Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor tweaks (remove OWASP in relation to ZAP) #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
![HUNT Logo](/images/logo.png)

### What is HUNT Suite?
* HUNT Suite is a collection of Burp Suite Pro/Free and OWASP ZAP extensions.
* Identifies common parameters vulnerable to certain vulnerability classes (Burp Suite Pro and OWASP ZAP).
* HUNT Suite is a collection of Burp Suite Pro/Free and ZAP extensions.
* Identifies common parameters vulnerable to certain vulnerability classes (Burp Suite Pro and ZAP).
* Organize testing methodologies (Burp Suite Pro and Free).

### HUNT Parameter Scanner - Vulnerability Classes
Expand Down Expand Up @@ -105,7 +105,7 @@ HUNT Parameter Scanner leverages the passive scanning API within Burp. Here are
* On Sequencer responses
* On Spider responses

# HUNT Scanner for OWASP ZAP (Alpha - Contributed by Ricardo Lobo @_sbzo)
# HUNT Scanner for ZAP (Alpha - Contributed by Ricardo Lobo @_sbzo)
Hunt scanner is included into community scripts for ZAP Proxy.

1. Find the "Manage Addons" icon, ensure you have ``` Python Scripting ``` and ``` Community Scripts ``` installed.
Expand Down
9 changes: 4 additions & 5 deletions Remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A complete rewrite of the HUNT scanner.

The [Burp Suite](https://portswigger.net/burp) extension works in both the Community (Free) and Professional versions.

## ZAP Extension
## ZAP Add-on

The [OWASP Zed Attack Proxy (ZAP)](https://www.zaproxy.org) add-on works on that latest ZAP version (2.9.0).
The [Zed Attack Proxy (ZAP)](https://www.zaproxy.org) add-on works on the latest versions of ZAP since 2.9.0.

## Features

Expand All @@ -26,7 +26,7 @@ The [OWASP Zed Attack Proxy (ZAP)](https://www.zaproxy.org) add-on works on that

## ToDo

- [x] OWASP ZAP Plugin
- [x] ZAP Add-on
=======

The [Burp Suite](https://portswigger.net/burp) extension works in both the Community (Free) and Professional versions.
Expand All @@ -41,7 +41,6 @@ The [Burp Suite](https://portswigger.net/burp) extension works in both the Commu

## ToDo

- [ ] OWASP ZAP Plugin
- [ ] Ability to add and modify rules
- [ ] Identify reflected parameters

Expand Down Expand Up @@ -87,7 +86,7 @@ Add-on ZAP file will be located at: `./build/zapAddOn/bin`

### Load the add-on

1. Open OWASP ZAP
1. Open ZAP
2. File
3. Load Add-on file
4. Select HUNT `.zap` file
Expand Down