| Command | Description |
|---|---|
| `curl -s https://crt.sh/?q=&output=json | jq.` |
for i in $(cat ip-addresses.txt);do shodan host $i;done | Scan each IP address in a list using Shodan. |
Footprinting
Infrastructure-based Enumeration
Notes and commands for Infrastructure-based Enumeration.