2017 © Pedro Peláez
 

library owasp-zap-php

Automated security scanning with PHP and OWASP ZAP

image

thecodingcompany/owasp-zap-php

Automated security scanning with PHP and OWASP ZAP

  • Monday, February 5, 2018
  • by digitalhuman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Download and install WASP ZAP 2.7

https://github.com/zaproxy/zaproxy/wiki/Downloads, (*1)

Howto

Set API_KEY in Security.php. You find this key in OWASP ZAP, (*2)

$sec = new theCodingCompany\Security("http://http://www.dvwa.co.uk");
$alerts = $sec->runTests()
            ->getAlerts();

print_r($alerts);  //Array with "Hight", "Low" etc vulnerabilities

Check Example.php

The Versions

05/02 2018

dev-master

9999999-dev https://github.com/TheCodingCompany/OWASP-ZAP-PHP

Automated security scanning with PHP and OWASP ZAP

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

php security owasp scanning

05/02 2018

v1.0.0

1.0.0.0 https://github.com/TheCodingCompany/OWASP-ZAP-PHP

Automated security scanning with PHP and OWASP ZAP

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

php security owasp scanning