Giter VIP home page Giter VIP logo

mario's Introduction

Mario

Mario 流量分析框架

ip 信息分析 api

分析 ip 所在位置(国家,城市,经纬度)

使用方法

  • 命令行模式:
python3 Mario.py
  • web模式(无前端):
python3 Mario.py web

python 方法调用方法

  • 根据 IP 获得城市信息
    api.ip.ipAnalysis.get_city('95.169.17.220')
  • 获取中文城市信息,及坐标信息
    api.ip.ipAnalysis.get_city('95.169.17.220',language='zh-CN',location=True)
  • 通过流量包分析
    api.analyze.analyze_pcap('files/pcaps/thinkphp_5.x_rce_success.pcap') web_pcap_analyze('files/pcaps/cve_2017_7985_success.pcap',language="en",location=True)
  • 通过 suricata 告警信息分析
    api.analyze.analyze_suricata("files/suricata/eve.json",data="ip")

前端接口文档

整体展示:

docker build -t mario .
docker run -it -p 9955:9955 -p 5000:5000 -d mario

访问: http://127.0.0.1:9955/app/map

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.