🔐 ShadowMap: Hidden Services Exposure Detector on Corporate Networks
ShadowMap is a cybersecurity tool designed to uncover hidden or undocumented services running on corporate networks. These "shadow services" often evade detection by traditional monitoring systems, increasing an organization's attack surface.
- Active & Passive Network Scanning
- Service Fingerprinting (via Nmap, Shodan API)
- Hidden Service Detection using Shodan
- JSON-based Report Generation
git clone https://github.com/<your-username>/ShadowMap.git
cd ShadowMap
pip install -r requirements.txt
python main.py
MIT License
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.