Skip to content

redX000/VulnScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•·οΈ VulnScan

Python License

Web Vulnerability Scanner β€” Detect XSS, SQL Injection, LFI, missing security headers, and SSL misconfigurations.

πŸ”₯ Features

  • πŸ’‰ SQL Injection β€” Error-based detection with 9 payloads across MySQL, PostgreSQL, Oracle, SQLite
  • ⚑ XSS (Cross-Site Scripting) β€” Reflected XSS testing with 8 payloads including SSTI detection
  • πŸ“‚ Local File Inclusion β€” Path traversal with encoding bypass techniques
  • πŸ”’ Security Headers Audit β€” CSP, HSTS, X-Frame-Options, and more
  • πŸ” SSL/TLS Analysis β€” Weak protocol and expired certificate detection
  • πŸ•ΈοΈ Auto Form Crawling β€” Automatic form discovery and parameter testing
  • πŸ“Š JSON Export β€” Machine-readable output for CI/CD integration
  • 🚫 Zero Dependencies β€” Pure Python stdlib

πŸš€ Usage

```bash

Full scan

vulnscan https://target.com

Specific tests

vulnscan https://target.com --xss vulnscan https://target.com --sqli vulnscan https://target.com --headers vulnscan https://target.com --lfi

With URL parameters

vulnscan "https://target.com/search?q=test&id=1" --full

JSON output

vulnscan https://target.com --json -o results.json ```

⚠️ Disclaimer

For authorized penetration testing only. Only scan targets you have explicit written permission to test. Unauthorized scanning is illegal. The author is not responsible for misuse.

πŸ“„ License

MIT β€” @redX000

About

πŸ•·οΈ Web Vulnerability Scanner β€” Detect XSS, SQLi, LFI, and security misconfigurations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages