Skip to content

Commit

Permalink
1.0.13 Bug Fix: Patched cors.mutillidae.localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Oct 8, 2022
1 parent d4e71b8 commit abb8352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
- datanet

# Port 8080 is for StackHawk to scan. Use port 8088 for Burp-Suite
# IP 127.0.0.1 is for mutillidae.localhost or www.mutillidae.localhost
# IP 127.0.0.1 is for cors.mutilliiidae.localhost
www:
container_name: www
depends_on:
Expand All @@ -31,6 +33,9 @@ services:
- 127.0.0.1:80:80
- 127.0.0.1:8080:80
- 127.0.0.1:443:443
- 127.0.0.2:80:80
- 127.0.0.2:8080:80
- 127.0.0.2:443:443
networks:
- datanet
- ldapnet
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.12
1.0.13

0 comments on commit abb8352

Please sign in to comment.