Shodan搜索引擎使用技巧

Shodan搜索引擎使用技巧Shodan介绍Shodan首页网址:https://www.shodan.io/Shodan用户注册网址:https://account.shodan.io/registerShodan用户登录查看生成二维码和APIKey码Shodan搜索技巧输入IP地址进行信息搜索通过关键字port指定具体端口号。列如:port:22shodan命令行使用kali安装shodan命…

大家好,欢迎来到IT知识分享网。

Shodan介绍
Shodan首页
网址:https://www.shodan.io/
在这里插入图片描述Shodan用户注册
网址:https://account.shodan.io/register
在这里插入图片描述Shodan用户登录
在这里插入图片描述
查看生成二维码和API Key码
在这里插入图片描述
Shodan搜索技巧
输入IP地址进行信息搜索
在这里插入图片描述
通过关键字port指定具体端口号。列如:port:22
在这里插入图片描述

shodan命令行使用
kali安装shodan命令行

git clone https://github.com/achillean/shodan-python.git
cd shodan-python
python setup.py install
shodan

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
Shodan初始化命名令行

shodan init  API Key码

在这里插入图片描述

查看shodan中存储Apache服务器信息的数量

shodan count Apache

在这里插入图片描述
Shodan获取指定IP信息

shodan host 59.110.244.199

在这里插入图片描述

Shodan查看自身账户信息

shodan info

在这里插入图片描述
Shodan获取自身外部IP地址

shodan myip

在这里插入图片描述
Shodan检测是否有蜜罐
shodan honeyscore 59.110.244.199
在这里插入图片描述
python-shodan使用
python-shodan初始化API Key

ipython
In [1]: import shodan

In [2]: SHODAN_API_KEY="Bf2tmVcN29A1s5flbbHBJMnPDSLz8ApS"

In [3]: api=shodan.Shodan(SHODAN_API_KEY)

在这里插入图片描述
Python-shodan search方法
查询IP信息,打印IP所在位置

In [17]: result = api.host('59.110.244.199')

In [18]: print(result['country_name'])

在这里插入图片描述
利用Python-shodan编写基础查询脚本
网址:https://developer.shodan.io/api
在这里插入图片描述

免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/22700.html

(0)

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

关注微信