Shodan,一款互联网下的可怕搜索引擎。它的可怕之处在于Shodan可以搜索各种在线的网络设备。比如:摄像头、路由器、打印机、服务器等等。与Google不同的是,Shodan不是通过网站进行搜索,而是搜索互联网背后的信息。正因如此,Shodan又被称为Google的黑暗面————”黑暗谷歌”。
shodan模块安装:
pip install shodan
shodan模块常用函数
shodan.Shodan(key) Shodan.ports() Shodan.services()
shodan模块实例应用
import shodan try: results=api.search('apache') print(results) print("Results found:%s"%results['total']) for result in results['matches']: print(result['ip_str'])
上述为大家介绍的就是关于shodan模块最主要的用法,便于大家掌握了解,基本上都整理出来了,感兴趣的小伙伴可以多尝试了解下哦~
神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试