Skip to content

WebVulnScanner is a powerful, user-friendly, and highly customizable security tool designed for ethical hackers, penetration testers, and web developers. It helps identify, assess, and report vulnerabilities in web applications, ensuring enhanced security and compliance with industry standards.

License

Notifications You must be signed in to change notification settings

Ankur-Pentester/WebVulnScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebVulnScanner

WebVulnScanner is a powerful, user-friendly, and highly customizable security tool designed for ethical hackers, penetration testers, and web developers. It helps identify, assess, and report vulnerabilities in web applications, ensuring enhanced security and compliance with industry standards. Whether you are a seasoned security professional or a developer aiming to secure your application, this tool offers a seamless way to discover security loopholes.

Installation:

Clone the repository and install dependencies using:

git clone https://github.com/Ankur-Pentester/WebVulnScanner.git

cd WebVulnScanner

pip3 install -r requirements.txt

How to Use:

python3 WebVulnScanner.py --help <--- TO SEE ALL OPTIONS OF THIS TOOL.

  1. Scan for XSS vulnerabilities: python3 WebVulnScanner.py -u https://example.com --xss -w /path/to/xss.txt

  2. Perform directory enumeration: python3 WebVulnScanner.py -u https://example.com -w /path/to/wordlist.txt

  3. SQL Injection testing: python3 WebVulnScanner.py -u https://example.com --sqli -w /path/to/sqli.txt

  4. Port scanning: python3 WebVulnScanner.py -i 192.168.1.1 --ports

About

WebVulnScanner is a powerful, user-friendly, and highly customizable security tool designed for ethical hackers, penetration testers, and web developers. It helps identify, assess, and report vulnerabilities in web applications, ensuring enhanced security and compliance with industry standards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages