Table of Contents
- Any of popular Linux distribution
- 4 GB free RAM
- Dual Core CPU
- 15 GB free space
# apt-get install docker docker-compose curl python-bs4
Proceed with installation manual: https://github.com/wpscanteam/wpscan#manual-install
Make sure dockerd is running:
# systemctl status docker
Add user to docker system group:
# usermod -a -G docker <user>
Relogin
$ cd trainings-2017
$ docker-compose pull
# cat etc/hosts >> /etc/hosts
Day 1 trainings:
$ ./build_databases_feed_mgmt.sh
Day 2 trainings:
$ ./build_databases_investigation.sh
If you see an Error like:
Cannot start service misp: b'error creating overlay mount
Stop and remove all active containers:
docker-compose down
Start once agian all containers:
docker-compose up