Skip to content

sanogotech/WebGuardian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGuardian

WebGuardian is a Python-based vulnerability detection tool for web applications. It performs automated checks on the headers of a given URL to identify potential security vulnerabilities. This tool helps developers and security enthusiasts identify common security weaknesses in web applications and take appropriate measures to mitigate them.

Features

  • Detection of common vulnerability-related headers, such as Server, X-Frame-Options, Content-Security-Policy, X-XSS-Protection, and X-Content-Type-Options.
  • Identification of Insecure Direct Object References (IDOR) vulnerability.
  • Detection of potential SQL Injection vulnerabilities.
  • Check for the presence of a Web Application Firewall (WAF).
  • Automated tests for Server-side Request Forgery (SSRF) vulnerability.
  • Detection of Remote Code Execution (RCE) vulnerabilities.
  • Identification of potential Path Traversal vulnerabilities.

Usage

  1. Ensure Python 3 is installed on your system.
  2. Install the required dependencies: pip install -r requirements.txt.
  3. Run the web_guardian.py script: python web_guardian.py.
  4. Enter the URL you want to check for vulnerabilities.
  5. The tool will perform checks and display any detected vulnerabilities or security concerns.

Screenshots

Screenshot 2023-05-28 120537 Screenshot 2023-05-28 120630

Services:

If you want me to do your website security testing, hire me.

  • Instagram: @coding_memz
  • Telegram: here
  • For custom hacking tools contact me.

Help

For any help/support i'm mostly active on Istagram @coding_memz

About

Python-based vulnerability detection tool for web applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • Go 4.5%