Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 532 Bytes

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
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.