Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 787 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 787 Bytes

MineMeldDocker

Simple Dockerfile for Palo Alto Networks MineMeld

Note: This is broken at the moment. Problem has to do with supervisor and/or use of unix sockets.

Instructions:

  • Build with the following commands:

sudo docker build -t swannysec:MineMeld github.com/swannysec/MineMeldDocker

sudo docker run -itd -p 8880:80 -p 4443:443 -p 13514 swannysec:MineMeld

  • Change the admin password:

Get the Container ID first:

sudo docker ps

sudo docker exec -it CONTAINER htpasswd /opt/minemeld/local/config/wsgi.htpasswd admin

sudo docker exec -it CONTAINER sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/local/supervisor/config/supervisord.conf restart minemeld-web