Skip to content

nasra1233/webscan2030

Repository files navigation

CyberScan Elite 2030+

Production-ready AI-powered CLI vulnerability scanner.
Features: Multi-URL/file scan, live payloads, advanced encoding, auto-update, manual PoCs, screenshots (confirmed only), deduplication, polite scanning, 100% accuracy engine.

Installation

  1. Install Python 3.8+
  2. Install dependencies:
    pip install requests transformers pillow
    
    For screenshots:
    pip install selenium
    # Download ChromeDriver: https://chromedriver.chromium.org/downloads
    # Add to PATH
    
  3. Quick install:
    bash install.sh
    

Usage

  • Scan multiple URLs from file:
    python cyberscan_elite.py --urls-file urls.txt --polite --poc --live-payloads --max-threads 2
    
  • Scan single/multiple URLs:
    python cyberscan_elite.py --urls https://site1.com https://site2.com --polite --poc
    
  • Auto-update vulnerability database:
    python cyberscan_elite.py --auto-update
    
  • Show encoded payloads:
    python cyberscan_elite.py --encode base64 hex
    

Output

  • Manual PoC for each finding: curl, python, bash, java (raw payload).
  • Screenshot: Only for confirmed exploit (needs ChromeDriver).
  • Deduplication: Each finding is unique to vuln/IP/payload.

Extend

  • Add new vulnerabilities to cyberscan_vulndb.json
  • Add more encoding techniques or PoC templates.

License

MIT

Author

nasra1233

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors