Initial commit

This commit is contained in:
Pin
2022-04-20 22:57:21 -04:00
commit c80371138a
13 changed files with 279 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# DVWA Proxy Project
Run `ansible-playbook tasks/main.yml` to start the install process.
This project makes the assumption that any host setup within the inventory file, will be deployed to.
Normal reverse proxy will open on the hosts port 80 (HTTP) and 443 (HTTPS), as well as (8080) with a WAF proxy.
HTTPS certificates will be generated at deployment; these certificates are self-signed.
Current tested distros:
- CentOS 8 Stream
- Ubuntu 20.04