GNU/Linux ◆ xterm-256color ◆ bash 9364 views

Requirements

  1. Shodan CLI: https://cli.shodan.io
  2. Free Shodan account: https://account.shodan.io
  3. Shodan IP Downloader script: https://gist.github.com/achillean/f4bce0971b132f35d104a728d8d797f1

Commands

wget https://analysis.outsideintel.com/equifax.txt
egrep ",a$" equifax.txt  | sed -e 's/,a//' -e 's/.*,//' | sort | uniq > equifax.ips
./shodan-ip-downloader.py equifax.ips results.json.gz

Credits