py-recon/ ├── recon/ │ ├── osint.py # WHOIS, DNS, subdomain enumeration │ ├── network.py # Port scanner, banner grabbing, ping sweep │ ├── automation.py # Chains modules, manages output │ └── utils.py ...