https://github.com/kost/docker-moloch
A Docker container for Moloch based on minimal Debian
https://github.com/kost/docker-moloch
Last synced: about 1 month ago
JSON representation
A Docker container for Moloch based on minimal Debian
- Host: GitHub
- URL: https://github.com/kost/docker-moloch
- Owner: kost
- License: mit
- Created: 2015-06-09T04:47:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T15:56:31.000Z (over 9 years ago)
- Last Synced: 2025-04-14T04:08:44.041Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 26
- Watchers: 6
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k0st/moloch
Docker Moloch container
Image is based on the [debian](https://registry.hub.docker.com/u/debian/) base image
## Docker image size
[](https://imagelayers.io/?images=k0st/moloch:latest '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
```