Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/TypeError/reflect

OWASP ZAP add-on to detect reflected parameter vulnerabilities efficiently
https://github.com/TypeError/reflect

owasp owasp-zap zaproxy

Last synced: about 2 months ago
JSON representation

OWASP ZAP add-on to detect reflected parameter vulnerabilities efficiently

Awesome Lists containing this project

README

        

# Reflect

An [OWASP Zed Attack Proxy (ZAP)](https://www.zaproxy.org) add-on to help find reflected parameter vulnerabilities.

#### Features:

* Inspect in scope urls for reflected parameters
* Save requests/responses to table

![Reflect](/images/reflect.png)

## Install the Reflect add-on

### Download or build the extension
#### Option 1: Download release
You can find the latest release (ZAP file) [here](https://github.com/TypeError/reflect/releases).

#### Option 2: Build the extension

```sh
gradle build
```

Add-on ZAP file will be located at: `./build/zapAddOn/bin`

### Load the extension
1. Open OWASP ZAP
2. File
3. Load Add-on file
4. Select reflect `.zap` file