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
- Host: GitHub
- URL: https://github.com/decal/zap-attack
- Owner: decal
- License: apache-2.0
- Created: 2017-06-01T00:36:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T21:18:23.000Z (about 2 years ago)
- Last Synced: 2024-04-04T22:28:33.668Z (about 2 years ago)
- Topics: api-client, owasp-zap, ruby-gem, webappsec, zap-attack, zaproxy-apidetails-wiki
- Language: Ruby
- Homepage:
- Size: 75.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE.txt
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")