Skip to content

Aabyss-Team/Shodan-API-Search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shodan-API-Search

✈️ 一、工具概述

在查询国外资产的过程中,发现Shodan测绘引擎的API调用并不方便,且网上没有相应的脚本(有些老的脚本基于Python2)

于是基于Python3,将Shodan API的查询进行了重写,并提供了多个参数便于使用和导出数据

如果师傅们觉得好用,欢迎给本项目点个Star,万分感谢~❤️

🚨 二、安装Python依赖库

pip install shodan

🐉 三、工具使用

3.1 查询指定语句并导出

比如想要查询 port:22 这个测绘语句,找到200个资产(一页是100个资产),并导出为 output.txt

python3 Shodan-API-Search.py -k <Shodan API Key> -s port:22 -p 2 -o output.txt

3.2 查询指定IP的信息

比如想要查询 1.1.1.1 这个IP的资产测绘信息:

python3 Shodan-API-Search.py -k <Shodan API Key> -i 1.1.1.1

About

一款基于Shodan API的查询脚本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%