download ip info from file

 
~ $
for i in `cat ips_to_scan.txt` ; do shodan download --limit -1  k_${i}.json.gz "ip:'${i}'"; done
downloadmultipleloop

Description

read in a file of ips, downloads it to a file based on name. parse or transform after.




Contact Us

Shodan ® - All rights reserved