Skip to content

Unknownx007/SScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ SScanner

SScanner is a professional, open-source automated reconnaissance engine designed strictly for Linux Operating Systems. It bridges the gap between raw CLI security tools and high-level AI analysis by running deep infrastructure scans locally and packaging the raw results into optimized, elite-tier security analysis prompts.

Developed by Unknownx007.


🚀 How It Works

  1. Local Framework Scans: SScanner spins up background threads executing deep routines across Nmap, Subfinder, and Dirsearch.
  2. Local Logging: All target outputs are automatically formatted and backed up as plaintext blueprints inside the local scans/ folder.
  3. AI Integration UI: Copy the single-click master template directly from the black-and-white dashboard, paste it into an LLM (ChatGPT, Gemini, Claude, or DeepSeek), and instantly obtain structural vulnerability roadmaps.

🛠️ System Prerequisites

SScanner utilizes native system binaries. You must have these dependencies pre-installed on your Linux machine before executing the server engine:

sudo apt update && sudo apt install -y nmap subfinder dirsearch python3-pip python3-venv

📦 Setup & Installation Guide

Clone the repository and spin up the server environment with the following command sequences:

# 1. Clone this repository
git clone https://github.com/Unknownx007/SScanner
cd SScanner

# 2. Configure isolated python environment
python3 -m venv venv
source venv/bin/activate

# 3. Pull python package requirements
pip install -r requirements.txt

# 4. Initialize the engine
python3 app.py

Once running, navigate to http://127.0.0.1:5000 in your browser.


🛠️ Embedded Engine Tools

  • Nmap: Run with active service mapping (-sV) and integrated vulnerability scanning scripts (--script=vuln).
  • Subfinder: Passive subdomain mapping to chart hidden network infrastructure.
  • Dirsearch: High-speed, structural endpoint and directory discovery.

📜 License

Distributed under the MIT License. See LICENSE for more information.

About

A professional open-source reconnaissance engine which is fully free for every one that performs deep infrastructure/vulnerability scans locally and compiles outputs into advanced structured prompts for AI cybersecurity analysis which you can give to any AI agent (ChatGPT/Gemini).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors