Skip to content

A lightweight command-line network scanning tool designed for cybersecurity expenses and network payments. Port scanning, service disruption and vulnerability detection with user-friendly menus.

License

Notifications You must be signed in to change notification settings

SUmidcyber/GhostScans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhostScans

A command-line utility designed to simplify network scanning and enumeration tasks through an intuitive menu-driven interface.

Features

  • Multiple scanning options (TCP, UDP, ICMP, ARP, etc.)
  • Service enumeration (SSH, SMB, HTTP, DNS, MySQL)
  • WAF detection and OS fingerprinting
  • Scan timing control (delayed scans, parallel scans)
  • User-friendly menu system

Installation

  1. Clone this repository:
    git clone https://github.com/SUmidcyber/GhostScans.git
    

Navigate to the project directory:

cd GhostScans

Install required dependencies (if any):

pip install -r requirements.txt

Usage

Run the tool with:

chmod +x main.py
python main.py

Main Menu Options

1) All Scans            6) SMB Enumerations
2) Protocol Scans       7) HTTP Enumerations
3) Waf Detection        8) DNS Service Scans
4) SSH Enumeration      9) Scans Delay
5) MySql                10) Parallelism
q) Quit

Submenus

Protocol Scans: TCP, UDP, ICMP, ARP scans and OS detection

SSH Enumeration: SSH brute force, algorithm enumeration

SMB Enumerations: Port 445/139 scans and deep SMB scanning

Scans Delay: Timed scan options and firewall evasion

Parallelism: Parallel scanning and fast scan options
Ekran Görüntüsü

About

A lightweight command-line network scanning tool designed for cybersecurity expenses and network payments. Port scanning, service disruption and vulnerability detection with user-friendly menus.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages