Skip to content

Linuxthecoder/voidsc-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  ██╗   ██╗ ██████╗ ██╗██████╗ ███████╗ ██████╗ █████╗ ███╗   ██╗
   ██║   ██║██╔═══██╗██║██╔══██╗██╔════╝██╔════╝██╔══██╗████╗  ██║
  ██║   ██║██║   ██║██║██║  ██║███████╗██║     ███████║██╔██╗ ██║
 ╚██╗ ██╔╝██║   ██║██║██║  ██║╚════██║██║     ██╔══██║██║╚██╗██║
   ╚████╔╝ ╚██████╔╝██║██████╔╝███████║╚██████╗██║  ██║██║ ╚████║
   ╚═══╝   ╚═════╝ ╚═╝╚═════╝ ╚══════╝ ╚═════╝╚═╝  ╚═╝╚═╝  ╚═══╝

Advanced Cybersecurity Suite. Passive Recon & active Mapping.

Suite Status


Overview

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.


🛠️ Included Tools

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.

🚀 Quick Start

# 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

📋 Repository Structure

.
├── 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

⚖️ Legal Disclaimer

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

About

Passive WiFi probe sniffer and multi-threaded port scanner — map your network, hunt open ports, and capture nearby device footprints.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages