Moloch Viewer inside Docker. Visit - https://github.com/piesecurity/docker-moloch for quicker setup
4.7K
Image is based on the ubuntu base image
Designed to get up and running quickly. Loads the viewer by default allowing you to parse large PCAPS within minutes.
https://github.com/MathieM/docker-moloch
https://github.com/MathieM/docker-compose-moloch
https://github.com/danielguerra69
Step 0 Prerequisites. Install Docker // Docker Compose // Configure Kernel
#Install Docker
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh
#Install Docker Compose
sudo curl -L https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
#Increase Max Map Count for Elastic Search
sysctl -w vm.max_map_count=262144
git clone https://github.com/piesecurity/docker-moloch.git
cd ./docker-moloch
MOLOCH_PASSWORD=PASSWORDCHANGEME
sudo docker-compose up
docker exec docker-moloch_moloch_1 moloch-parse-pcap-folder.sh
Change this line in docker-compose.yml from 'true' to 'false'
INITALIZEDB=
Run the following command with the container running
docker exec docker-moloch_moloch_1 wipemoloch.sh
Change this line in docker-compose.yml from 'true' to 'false'
INITALIZEDB=
Change this line in docker-compose.yml from 'true' to 'false'
WIPEDB=
Content type
Image
Digest
Size
257.3 MB
Last updated
almost 6 years ago
docker pull piesecurity/docker-moloch