13 lines
452 B
Markdown
13 lines
452 B
Markdown
# 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
|
|
|