Loading repository data…
Loading repository data…
PT-CODING / repository
A Python-based multi-depth network and web scanner with nmap integration, service detection, HTTP probing, and HTML report generation.
A Python-based multi-depth network and web scanner that integrates with nmap and enriches the results with:
git clone https://github.com/PT-CODING/multi-depth-scanner.git
cd multi-depth-scanner
pip install -r requirements.txt
Requirements:
nmap installed and available in PATHrequirements.txtpython scanner.py <target> -q # Quick scan
python scanner.py <target> -m # Medium scan
python scanner.py <target> -d # Deep scan
Options:
--dirs-file FILE → custom wordlist--http-timeout SECS → HTTP timeout (default 5s)--preview-bytes N → max preview size (default 2000)--save-json → also save raw nmap JSON resultspython scanner.py 192.168.1.10 -m --save-json
Produces:
scan_report_192_168_1_10_m.html → full HTML reportscan_raw_192_168_1_10_m.json → raw nmap resultsThis tool is developed for educational purposes and authorized penetration testing only.
You must only use it on systems you own or have explicit written permission to test.
Unauthorized use is illegal and may result in criminal charges.
The author assumes no responsibility for misuse or damage caused by this tool.
Released under the MIT License. See LICENSE for details.