🛠️ Features ✅ Parallel scanning (Masscan/Nmap)
✅ Stealth modes (Decoys, fragmentation)
✅ OS/Service detection
✅ Network visualization (PNG/ASCII)
Elite Network Reconnaissance Tool by Sigma Ghost
git clone https://github.com/sigma-cyber-ghost/Dark-Net-Map.git
cd Dark-Net-Map
pip3 install -r requirements.txt
sudo apt update sudo apt install -y masscan fping graphviz libcaca-dev sudo apt install caca-utils libcaca0
brew install masscan fping graphviz libcaca
chmod +x darknetmap.sh
./darknetmap.sh --scan
./darknetmap.sh --scan 10.0.0.0/24 --deep --evasion
./darknetmap.sh --scan --masscan --parallel 1024
./darknetmap.sh --scan --report
These sample commands are for users with limited networking knowledge, allowing them to use the tool effectively without deep technical expertise.
./darknetmap.sh --scan 91.185.185.178
./darknetmap.sh --scan 91.185.185.178 --deep
./darknetmap.sh --scan 91.185.185.178 --evasion --delay 2ms
./darknetmap.sh --scan 91.185.185.178 --masscan
./darknetmap.sh --scan 91.185.185.178 --deep --evasion --decoy 10 --delay 1ms
./darknetmap.sh --scan 91.185.185.178 --report
./darknetmap.sh --scan 91.185.185.178 --masscan --parallel 1024
./darknetmap.sh --scan 91.185.185.178 --simulate
✔️ 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.