Skip to content

sigma-cyber-ghost/Dark-Net-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

-----------Dark-Net-Map------------

Elite Network Reconnaissance Tool

🛠️ Features ✅ Parallel scanning (Masscan/Nmap)

✅ Stealth modes (Decoys, fragmentation)

✅ OS/Service detection

✅ Network visualization (PNG/ASCII)

DarkNetMap 🔍👻

Elite Network Reconnaissance Tool by Sigma Ghost


🚀 Installation

git clone https://github.com/sigma-cyber-ghost/Dark-Net-Map.git
cd Dark-Net-Map
pip3 install -r requirements.txt

Linux (Debian/Ubuntu)

sudo apt update sudo apt install -y masscan fping graphviz libcaca-dev sudo apt install caca-utils libcaca0

macOS

brew install masscan fping graphviz libcaca

chmod +x darknetmap.sh

Basic scan

./darknetmap.sh --scan

Deep scan + evasion

./darknetmap.sh --scan 10.0.0.0/24 --deep --evasion

Ultra-fast Masscan

./darknetmap.sh --scan --masscan --parallel 1024

Generate report

./darknetmap.sh --scan --report

🎯 Scanning Example IP (91.185.185.178)

These sample commands are for users with limited networking knowledge, allowing them to use the tool effectively without deep technical expertise.

1. Basic Scan

./darknetmap.sh --scan 91.185.185.178

2. Deep Scan (OS/Service Detection)

./darknetmap.sh --scan 91.185.185.178 --deep

3. Evasion Scan (Stealth Mode)

./darknetmap.sh --scan 91.185.185.178 --evasion --delay 2ms

4. Ultra-Fast Masscan

./darknetmap.sh --scan 91.185.185.178 --masscan

5. Full Stealth Deep Scan

./darknetmap.sh --scan 91.185.185.178 --deep --evasion --decoy 10 --delay 1ms

6. Generate Report Only

./darknetmap.sh --scan 91.185.185.178 --report

7. Maximum Speed Scan

./darknetmap.sh --scan 91.185.185.178 --masscan --parallel 1024

8. Simulation Mode

./darknetmap.sh --scan 91.185.185.178 --simulate

⚠️ WARNING: DarkNetMap is a network reconnaissance utility created strictly for:

✔️ Authorized security assessments ✔️ Educational demonstration within controlled environments ✔️ Research on infrastructure you fully own or have explicit permission to test

❌ Unauthorized or illegal use of this tool may violate international, federal, or local laws.

🛑 The creator of DarkNetMap assumes zero responsibility for misuse, damage, or legal consequences resulting from its deployment.

💀 You—the operator—bear full responsibility for how and where this tool is used.

🌐 Connect With Us

Telegram YouTube Instagram

About

Elite Network Reconnaissance Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages