zap-extensions
zap-extensions copied to clipboard
ZAP Add-ons
Here is an overview of the changes in this PR (click to expand): Datanucleus [Datanucleus](https://www.datanucleus.org/) allows mapping java classes to tables in a database. This makes it convenient to interact...
In case of redirection after form input, the body may be empty and content comparison won't work. By adding new checking for location header, we may catch potential vulnerability after...
Added LDAP support to OAST Interactsh Addon Log4shell Rules, Added the OAST token in the search query, Allowing ZAP to identify LDAP interactions.
- CHANGELOG > Added change note. - ManualHttpRequestEditorPanel > Added call to `saveConfig` in `changedView` method. Fixes zaproxy/zaproxy#6985 Signed-off-by: kingthorin
Addon for Field Enumeration Ref: zaproxy/zaproxy#1405.
Spelling
This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/zap-extensions/commit/c6de09c8c28106ba5c22cc738ad256cd1f30d6a2#commitcomment-55052899 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/zap-extensions/commit/2a5bd297d50ab5713284ca79de2ff3851297f299...
Fixed it by firing only the changed index nodes instead of the complete tree structure. After debugging, I found out that firing the complete tree also invokes the clearSelection of...
added an addon to connect to the SQLMap API and perform basic SQLi scans more details in README.md