Footprinting

Infrastructure-based Enumeration

Notes and commands for Infrastructure-based Enumeration.

2023-12-11
Tags reconfootprintinginfrastructure-based-enumeration
CommandDescription
`curl -s https://crt.sh/?q=&output=jsonjq.`
for i in $(cat ip-addresses.txt);do shodan host $i;doneScan each IP address in a list using Shodan.