|
|
@ -32,6 +32,7 @@
|
|
|
|
attacker:
|
|
|
|
attacker:
|
|
|
|
image: kalilinux/kali-rolling
|
|
|
|
image: kalilinux/kali-rolling
|
|
|
|
container_name: attacker
|
|
|
|
container_name: attacker
|
|
|
|
|
|
|
|
priviliged: true
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|
localnet:
|
|
|
|
localnet:
|
|
|
|
ipv4_address: 192.168.0.10
|
|
|
|
ipv4_address: 192.168.0.10
|
|
|
@ -41,6 +42,7 @@
|
|
|
|
victim:
|
|
|
|
victim:
|
|
|
|
image: kalilinux/kali-rolling
|
|
|
|
image: kalilinux/kali-rolling
|
|
|
|
container_name: victim
|
|
|
|
container_name: victim
|
|
|
|
|
|
|
|
priviliged: true
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|
localnet:
|
|
|
|
localnet:
|
|
|
|
ipv4_address: 192.168.0.20
|
|
|
|
ipv4_address: 192.168.0.20
|
|
|
@ -50,6 +52,7 @@
|
|
|
|
gateway:
|
|
|
|
gateway:
|
|
|
|
image: kalilinux/kali-rolling
|
|
|
|
image: kalilinux/kali-rolling
|
|
|
|
container_name: gateway
|
|
|
|
container_name: gateway
|
|
|
|
|
|
|
|
priviliged: true
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|
localnet:
|
|
|
|
localnet:
|
|
|
|
ipv4_address: 192.168.0.30
|
|
|
|
ipv4_address: 192.168.0.30
|
|
|
|