community-scripts
community-scripts copied to clipboard
A collection of ZAP scripts and tips provided by the community - pull requests very welcome!
A collection of regex-based search scripts. Most will be penetration test/pipeline scan specific, users won't want to enable them all.
Per title, might be asking too much given the number of languages...
From OWASP ZAP Scripts: https://groups.google.com/d/msg/zaproxy-scripts/slkCdYTN3Rk/oTXhzghIBAAJ The current SDLC scripts [1] do not work correctly with Python 3. [1] https://github.com/zaproxy/community-scripts/tree/main/api/sdlc-integration
This PR: - Adds a [Dynatrace](https://dynatrace.com) scan hook integration The scan hook: 1. Works with Dynatrace SaaS and Managed 2. Create Dynatrace log attributes for `zap_pass_count`, `zap_warn_count` and `zap_fail_count` 3....
Hello, Based on Django Auth I have created Laravel + Inertiajs Auth.
Just simple script to add IP random to X-Forwarded-For: in Header request. For section HTTP Sender
Tracker issue for adding [ScanRuleMetadata](https://github.com/zaproxy/zaproxy/issues/7105) to active and passive scripts in this repo. There are some scripts in the list below which may clash with existing rules in one of...
This script can export all the Spidered/Scanned URLs from the site tree for a web-application/site while automation job is on the go. The script can work on both GUI &...