Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aelx01/javawscan

Red team Burp Suite extension to look for web vulnerabilities such as XSS, SQL and Path Traversal
https://github.com/aelx01/javawscan

burp-extensions red-team web-pentesting

Last synced: about 1 month ago
JSON representation

Red team Burp Suite extension to look for web vulnerabilities such as XSS, SQL and Path Traversal

Awesome Lists containing this project

README

        

# javaWScan

javaWScan is an **open-source** penetration testing tool designed to work as a Burp Suite extension to scan for one of the **OWASP TOP TEN** vulnerabilities on a URL, more specifically, for **injection** type.

# SUPPORTED VULNERABILITIES

- Error-based SQLi
- Reflected XSS
- LFI

# HOW TO RUN IT

- Clone the repository

```bash
git clone https://github.com/AElX01/javaWScan.git
```

- **Open** Burp Suite, then go to **Extensions** -> **Add** and **Select file**, select the .jar file from the **out** directory.