Shodan 快速入门

正文

https://danielmiessler.com/study/shodan/
A Shodan Tutorial and Primer

Shodan在渗透测试及漏洞挖掘中的一些用法
http://mp.weixin.qq.com/s?__biz=MzIzMTc1MjExOQ==&mid=2247484401&idx=1&sn=1e975c58d6abf58f9c9f9050e169fd70&chksm=e89e2b29dfe9a23fd3183ac0ce5e483a484ad32054e70dde152e86352e3e07126fac03dc4a21&mpshare=1&scene=1&srcid=1126TL9FBisM1YL6AucAqw4i#rd

Shodan新手入坑指南
http://www.freebuf.com/sectool/121339.html

1
2
3
4
5
6
pip install shodan
shodan init [api_key]
shodan count [keyword]
shodan download dstfile [keyword]
shodan download dstfile
shodan parse --fields ip_str,port,org --separator , microsoft-data.json.gz

利用Shodan和Censys进行信息侦查
http://www.freebuf.com/articles/web/90887.html