
DScanner es una herramienta en bash que automatiza la fase de reconocimiento en auditorías de seguridad web, integrando múltiples utilidades (dig, nmap, httpx, curl, whois) en un único scan que identifica IPs, puertos abiertos, tecnologías, y cookies , con output formateado y exportable.
Automated web reconnaissance tool for security audits
dScanner consolidates multiple reconnaissance tools into a single command for the initial phase of web pentesting.
Required dependencies: curl dnsutils nmap whois httpx
Tool conceptualized and designed to automate web reconnaissance in security audits. Developed in bash with assistance from Claude AI for technical implementation and optimization.
Features:
| Module | Tool | Purpose |
|---|---|---|
| DNS | dig | Resolve domain to IPs |
| Web | httpx/curl | Detect technologies and server |
| Ports | nmap | Scan open ports |
| Cookies | curl | Analyze security attributes |
| Registry | whois | Registrar information |
sudo python3 dscanner.py ejemplo.com
Version v2:
version 1:

