Merge branch 'main' of git.leizour.fr:CyberFlingues/arp-spoofing into main
This commit is contained in:
commit
906a9ecb61
34 changed files with 3 additions and 3 deletions
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4 KiB |
|
@ -8,4 +8,4 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>Site malveillant</h1>
|
<h1>Site malveillant</h1>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
webserver:
|
webserver:
|
||||||
build: docker/apache2
|
build: ./apache2
|
||||||
container_name: webserver
|
container_name: webserver
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
|
@ -9,7 +9,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- mynetwork
|
- mynetwork
|
||||||
attacker:
|
attacker:
|
||||||
build: docker/attacker
|
build: ./attacker
|
||||||
container_name: attacker
|
container_name: attacker
|
||||||
ports:
|
ports:
|
||||||
- 5001:5001
|
- 5001:5001
|
Loading…
Add table
Add a link
Reference in a new issue