An open API service indexing awesome lists of open source software.

https://github.com/decal/zap-attack

:zap: Conduct attacks based on information gathered from the OWASP ZAP API
https://github.com/decal/zap-attack

api-client owasp-zap ruby-gem webappsec zap-attack zaproxy-apidetails-wiki

Last synced: 5 months ago
JSON representation

:zap: Conduct attacks based on information gathered from the OWASP ZAP API

Awesome Lists containing this project

README

          

# Ruby Gem to Interact With the API Exposed by the Local Proxy in OWASP ZAP :zap:

The purpose of this gem is to facilitate launching automated scans and testing
procedures based on the information made available as JSON via the OWASP ZAP API.
[OWASP ZAP API](https://github.com/zaproxy/zaproxy/wiki/ApiDetails "zaproxy's ApiDetails wiki at GitHub")

## References :page_with_curl:

* [zap-attack code repository](https://github.com/decal/zap-attack "decal's zap-attack repository at GitHub")
* [OWASP ZAP API](https://github.com/zaproxy/zaproxy/wiki/ApiDetails "zaproxy's ApiDetails wiki at GitHub")
* [OWASP Zed Attack Proxy Project](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project "ZAP Project Home Page at OWASP")
* [Ruby Wrapper for ZAP](https://rubygems.org/gems/owasp_zap "owasp_zap gem at RubyGems.org")
* [Open Web Application Security Project](https://owasp.org "The free and open software security community")