Skip to content

GhostScanner is a powerful web vulnerability scanner designed to identify security flaws in web applications.

License

Notifications You must be signed in to change notification settings

Ghost0d0/Ghost-Vulnerability-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👻 GhostScanner

Automated Web Vulnerability Scanner

Demo


⚠️ Legal Disclaimer

This project is strictly for educational and cybersecurity research purposes.

Do not deploy this tool on systems you do not own or have written permission to test. Unauthorized use is illegal.

By using GhostScanner, you agree to comply with all applicable laws and ethical hacking guidelines.


📜 Youtube

https://youtu.be/DQBZH4N187Q

🚀 Features

  • Smart Crawler: Discovers web pages and endpoints
  • XSS Scanner: Detects Cross-Site Scripting vulnerabilities
  • SQLi Scanner: Identifies SQL Injection flaws
  • Real-Time GUI: Built with customtkinter for intuitive monitoring
  • Multi-Threaded: Fast scanning with concurrent requests
  • JSON Reports: Save findings for further analysis

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/GhostScanner.git
    cd GhostScanner
  2. Install dependencies:

    pip install -r requirements.txt
  3. Launch the GUI:

    python main.py

🖥️ Usage

  1. Enter a target URL (e.g., https://example.com)
  2. Click Start Scan to begin vulnerability detection
  3. Monitor real-time results in the console
  4. Filter findings by type (All/XSS/SQLi)
  5. Export results via Save Report

📋 Requirements

customtkinter>=5.2.1
Pillow>=10.1.0
requests>=2.31.0
beautifulsoup4>=4.12.2

🔒 Ethical Guidelines

  • Obtain explicit written consent before scanning any system.
  • Never target production environments without authorization.
  • Adhere to laws like the Computer Fraud and Abuse Act (CFAA) and GDPR.

📜 License

This project is licensed under MIT License. Use responsibly.

👻 Ghost - Because even ghosts leave traces.

About

GhostScanner is a powerful web vulnerability scanner designed to identify security flaws in web applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages