Merge branch 'main' of git.leizour.fr:CyberFlingues/arp-spoofing into main
This commit is contained in:
commit
4e6fe5359b
3 changed files with 3 additions and 7 deletions
|
@ -6,16 +6,13 @@ services:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
volumes:
|
|
||||||
- .:/code
|
|
||||||
networks:
|
networks:
|
||||||
- mynetwork
|
- mynetwork
|
||||||
attacker:
|
attacker:
|
||||||
build: docker/attacker
|
build: docker/attacker
|
||||||
|
container_name: attacker
|
||||||
ports:
|
ports:
|
||||||
- 5001:5001
|
- 5001:5001
|
||||||
volumes:
|
|
||||||
- .:/code
|
|
||||||
networks:
|
networks:
|
||||||
- mynetwork
|
- mynetwork
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#ServerName www.example.com
|
#ServerName www.example.com
|
||||||
|
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
DocumentRoot /var/www/html
|
|
||||||
Redirect permanent / https://localhost/
|
Redirect permanent / https://localhost/
|
||||||
|
|
||||||
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
|
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
|
||||||
|
@ -27,4 +26,4 @@
|
||||||
# following line enables the CGI configuration for this host only
|
# following line enables the CGI configuration for this host only
|
||||||
# after it has been globally disabled with "a2disconf".
|
# after it has been globally disabled with "a2disconf".
|
||||||
#Include conf-available/serve-cgi-bin.conf
|
#Include conf-available/serve-cgi-bin.conf
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk add --no-cache curl iputils-ping
|
RUN apk add --no-cache curl iputils-ping
|
||||||
# CMD ["curl", "webserver:443"]
|
# CMD ["curl", "webserver:443"]
|
||||||
CMD ["ping", "webserver -c 4"]
|
CMD ["ping", "webserver -c 4"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue