GithubHelp home page GithubHelp logo

mistshi / pcap-analyzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from le4f/pcap-analyzer

0.0 2.0 0.0 2.86 MB

online pcap forensic

Home Page: http://le4f.net/post/post/pcap-online-analyzer

Python 0.65% Batchfile 0.01% Shell 0.01% CSS 48.68% JavaScript 50.04% HTML 0.63%

pcap-analyzer's Introduction

Pcap Analyzer Online

Pcap Analyzer

在线轻量Pcap流量文件分析工具

Web PCAP Storage and Analytic Tool

img

Features

  • 轻量,易读.但不适合大数据包分析.(可以基于此改进)
  • 上传,存储,下载基本功能
  • 数据包分析
    • 数据包列表
    • 数据包细节查询
    • Filter过滤
    • 数据包分析(来源/目的:IP/端口)
    • Web请求提取
    • DNS请求提取
    • Mail流量提取

Files

.
├── app.py(运行Server)
├── img(ScreenShot)
├── server
│   ├── __init__.py(Core)
│   ├── func.py(调用函数)
│   ├── views.py(视图)
│   ├── pcapfile(上传文件目录)
│   ├── db(数据库)
│   ├── static(静态文件)
│   └── templates(模板)
├── readme.md(项目说明)
├── requirements.txt(python库依赖)
├── run.sh(运行项目)
└── run.bat(Windows下运行项目)

Installation/Running

  • $ git clone https://github.com/le4f/pcap-analyzer.git
  • $ cd pcap-analyzer
  • $ pip install -r requirements.txt
  • $ chmod +x run.sh
  • $ ./run.sh
  • View http://127.0.0.1:8080/

Screenshots

img

img

img

img

img

img

img

img

Build With

More

For More Infomation.Visit My Blog:le4f.net

pcap-analyzer's People

Contributors

evilmoonem avatar le4f avatar

Watchers

 avatar  avatar

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.