██╗ ██╗ ██████╗ ██╗██████╗ ███████╗ ██████╗ █████╗ ███╗ ██╗
██║ ██║██╔═══██╗██║██╔══██╗██╔════╝██╔════╝██╔══██╗████╗ ██║
██║ ██║██║ ██║██║██║ ██║███████╗██║ ███████║██╔██╗ ██║
╚██╗ ██╔╝██║ ██║██║██║ ██║╚════██║██║ ██╔══██║██║╚██╗██║
╚████╔╝ ╚██████╔╝██║██████╔╝███████║╚██████╗██║ ██║██║ ╚████║
╚═══╝ ╚═════╝ ╚═╝╚═════╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═══╝
Advanced Cybersecurity Suite. Passive Recon & active Mapping.
The Void Suite is a collection of high-performance, terminal-based reconnaissance tools built for security researchers and home-lab enthusiasts. It combines active port scanning with passive wireless monitoring to provide a comprehensive view of the network landscape.
A multi-threaded, visual port scanner with service fingerprinting and banner grabbing.
- Mode: Active (TCP Connect)
- Features: Live progress bars, banner grabbing, service mapping.
- Platform: Cross-platform.
A passive WiFi probe request sniffer for identifying nearby devices and searched SSIDs.
- Mode: Passive (Monitor Mode)
- Features: OUI Vendor lookup, CSV logging, live signal dashboard.
- Platform: Linux Only.
# Clone the entire suite
git clone https://github.com/Linuxthecoder/voidsc-.git
cd voidsc-
# Setup tools (see individual directories for full guides)
cd voidscan && pip install -r requirements.txt
cd ../wifi-monitor && pip install -r requirements.txt.
├── voidscan/ # Active Port Scanner
│ ├── main.py
│ ├── scanner.py
│ └── README.md
├── wifi-monitor/ # Passive WiFi Monitor
│ ├── main.py
│ ├── sniffer.py
│ └── README.md
├── LICENSE # MIT License
└── README.md # This portal
These tools are intended for educational use and authorized security auditing only. Unauthorized scanning or interception of wireless traffic may be illegal. Always obtain explicit permission before testing on networks you do not own.
Built by ByteSpecter