Skip to content

tensxu/pcap-search-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcap-search docker

Deploy MaskRay/pcap-search in a docker container.

Build

cd docker
./build_docker.sh

Run

cd docker
./run_docker.sh <the pcap directory you want to mount>

This will create a container with the name pcap0, and mount the pcap directory to /mnt/pcap inside the docker
Now you can open the browser and connect to <HOST>:4568 for pcap searching

Usage

Notice

  • All the pcap file should be named XXX.cap ( filename extension has to be .cap )
  • The structure of the pcap directory has to be something like this:
. <-- the directory you want to mount
├── service1
│   ├── 0.cap
│   ├── 1.cap
│   ├── 2.cap
│   ├── 3.cap
│   ├── 4.cap
├── service2
│   ├── 5.cap
│   ├── 6.cap
│   ├── 7.cap
│   ├── 8.cap
│   ├── 9.cap
...........

Basic usage

context img

View

context img

  • The Python Simple & Python Diff is a simple python script for replay attack, base on zio

About

Build docker container for @MaskRay's pcap-search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.5%
  • C++ 17.6%
  • HTML 3.6%
  • Ruby 1.1%
  • Shell 0.9%
  • CSS 0.7%
  • Other 0.6%