/Vulnerability_scanner

This is Web Application Vulnerability Assessment tools made with python3. Easy to run and find vulnerability.

Primary LanguagePython

This is Web Application Vulnerability Assessment Tools made with Python3. You can find following vulnerability using this tool:

  • Sensitive Hidden Path,
  • HSTS Vulnerability,
  • Vulnerable JQuery Library etc.

usage: Vuln_scanner.py [-h] [-t TARGET] [-f FILE] [-d DISPLAY_LIST [DISPLAY_LIST ...]]

options: -h, --help show this help message and exit -t TARGET, --target TARGET specify the target host e.g. https://www.google.com -f FILE, --file FILE specify the filename with files and directories to scan for -d DISPLAY_LIST [DISPLAY_LIST ...], --display DISPLAY_LIST [DISPLAY_LIST ...] display just certain status codes

Example: python3 Vuln_scanner.py -t https://google.com -f common.txt -d 200