https://github.com/aelx01/javawscan
Burp Suite extension to look for web vulnerabilities such as XSS, SQL and Path Traversal
https://github.com/aelx01/javawscan
bug-bounty burp-extensions red-team web-pentesting
Last synced: about 1 year ago
JSON representation
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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-09T16:23:40.000Z (over 1 year ago)
- Last Synced: 2025-03-27T21:14:23.717Z (about 1 year ago)
- Topics: bug-bounty, burp-extensions, red-team, web-pentesting
- Language: Java
- Homepage:
- Size: 342 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- 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.