thecodingcompany / owasp-zap-php
Automated security scanning with PHP and OWASP ZAP
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/thecodingcompany/owasp-zap-php
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2025-10-04 05:04:56 UTC
README
#Download and install WASP ZAP 2.7
https://github.com/zaproxy/zaproxy/wiki/Downloads
#Howto
Set API_KEY in Security.php. You find this key in OWASP ZAP
$sec = new theCodingCompany\Security("http://http://www.dvwa.co.uk");
$alerts = $sec->runTests()
->getAlerts();
print_r($alerts); //Array with "Hight", "Low" etc vulnerabilities