Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 633 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 633 Bytes

k0st/moloch

Docker Moloch container

Image is based on the debian base image

Docker image size

Latest

Docker image usage

docker run k0st/moloch [capture]

Examples

Run capture on docker container eth0 interface:

docker run k0st/moloch capture

Run viewer and import pcap to analyze:

docker run -v /path/to/host/pcap:/data/pcap:rw k0st/moloch
docker exec containerid /data/moloch/bin/moloch-capture -r /data/pcap/sniff.pcap -t mysniff