Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aelx01/javawscan
- Owner: AElX01
- Created: 2024-10-05T19:39:56.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T04:44:29.000Z (2 months ago)
- Last Synced: 2024-11-11T05:31:37.627Z (2 months ago)
- Topics: burp-extensions, red-team, web-pentesting
- Language: Java
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.