I was try find vulnerabilities in tha DVWA with the tool OWASP ZAP, later any try I can develop a script in python what to use the API OWASP and identify vulnerabilities
The DVWA architecture is as follows to https://balanceador.solociberseguridad.com/
- Proxy with Cloudflare, its traffic proxied through Cloudflare.
- AWS WAF: 1 Web ACL for web application
- Load Balancers AWS: 2 EC2 instances.
I did make the follows steps:
1. Enable the API OWASP to let connexions and It can make the scan automate.
2. I know the parameters received by the request; It's username, password and user token.
3. I undertand the process or flow what the tool OWASP do, for example; first define the context, second run a spider then execute a scan pasive and later execute active scan, finally generate the report.
Now what I know the basic functionality of that tool, I will write a script to automate scan. I did forget say what I use the library or package zap-proxy.
1. Import the libraries
2. Create a Construct of Class with parameters
No hay comentarios:
Publicar un comentario