Skip to content

SpectreScan-AI is a Python-based network scanner using AI to detect active devices, open ports, and security risks. It predicts subnets, identifies device types, and visualizes networks with ASCII maps. Designed for ethical hacking and network auditing, it combines traditional scanning with AI intelligence.

Notifications You must be signed in to change notification settings

shahmeer-zx/SpectreScan-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 

Repository files navigation

SpectreScan-AI ๐Ÿ•ต๏ธโ€โ™‚๏ธ๐Ÿ’ป

Python License

SpectreScan-AI is a Python-based network scanning and reconnaissance tool powered by artificial intelligence. Designed for ethical hackers, network administrators, and cybersecurity enthusiasts, it provides deep insights into local and predicted subnets, detects open ports, identifies devices, and performs risk assessments.


๐Ÿš€ Features

  • ๐Ÿ”น Scan local and predicted subnets for active devices
  • ๐Ÿ”น Detect open ports and assess security risks (0โ€“10 scale)
  • ๐Ÿ”น Grab service banners to identify device type, OS, and manufacturer
  • ๐Ÿ”น AI-assisted predictions for hidden subnets and IPs
  • ๐Ÿ”น Intelligent device profiling for accurate identification
  • ๐Ÿ”น Color-coded console output for quick risk assessment
  • ๐Ÿ”น ASCII-based network topology map for visualization
  • ๐Ÿ”น Strictly for authorized network testing only

๐Ÿ–ฅ๏ธ Installation & Setup

Follow these steps to get started with SpectreScan-AI:

1. Clone the repository

git clone https://github.com/shahmeer-zx/SpectreScan-AI.git
cd SpectreScan-AI

2. Install dependencies

pip install -r requirements.txt

3. Add your AI API key

Open main.py and replace the placeholder with your API key:

API_KEY = "YOUR_API_KEY_HERE"

4. Run the tool

python main.py

About

SpectreScan-AI is a Python-based network scanner using AI to detect active devices, open ports, and security risks. It predicts subnets, identifies device types, and visualizes networks with ASCII maps. Designed for ethical hacking and network auditing, it combines traditional scanning with AI intelligence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages