Searpy - Search Engine Tookit
1. Install
git clone https://github.com/j3ers3/Searpypip install -r requirement.txt配置API及账号 ./config.pypython Searpy -h
2. Help
baidu Engine --google Using google Engine --so Using 360so Engine --bing Using bing Engine --shodan Using shodan Engine --fofa Using fofa Engine --zoomeye Using zoomeye Engine --goo Using goo Engine --yahoo Using yahoo Engine SCRIPT: --shodan_icon SHODAN_ICON Get ip list which using the same favicon.ico --fofa_icon FOFA_ICON Get ip list which using the same favicon.ico MISC: -s SEARCH Speciy Keyword -o OUTPUT Specify output file default output.txt -p PAGE Search page (default 1) -l LIMIT Maximum searching results (default:10) Only Shodan">
Searpy Engine Tookitoptional arguments: -h, --help show this help message and exitENGINE: --baidu Using baidu Engine --google Using google Engine --so Using 360so Engine --bing Using bing Engine --shodan Using shodan Engine --fofa Using fofa Engine --zoomeye Using zoomeye Engine --goo Using goo Engine --yahoo Using yahoo EngineSCRIPT: --shodan_icon SHODAN_ICON Get ip list which using the same favicon.ico --fofa_icon FOFA_ICON Get ip list which using the same favicon.icoMISC: -s SEARCH Speciy Keyword -o OUTPUT Specify output file default output.txt -p P AGE Search page (default 1) -l LIMIT Maximum searching results (default:10) Only Shodan
2.1 示例
python3 Searpy.py --fofa -s "app=jboss" -p 1python3 Searpy.py --shodan -s "weblogic" -l 10 python3 Searpy.py --google -s "inurl:login.action" -p 1
2.2 其他功能
利用favicon.icon图标hash来寻找使用相同图标的网站,可用于溯源真实IP和资产发现
python3 Searpy.py --shodan_icon https://www.qq.compython3 Searpy.py --fofa_icon https://www.qq.com
3. 模块调用
>>> from Searpy import Bing>>> s = Bing('inurl:php?id=1', 2)>>> s.search()>>> for i in s.result:>>> print(i)
4. 支持搜索引擎
- Shodan
- Fofa
- Zoomeye
- Censys
- Dnsdb
- Baidu
- Bing
- 360so
- Goo
- Yahoo
6. ChangeLog
v2.3
- fix some bugs
- add fofa_icon module
v2.2
- fix some bugs
7. Donations
- XMR:
498AoZRwfC11Fa4LwAyVVp3wRD4Zyf1e1HziegczeWeSYVVTZ8gw8CoNPm5yhY91tkDqDMBg6A5KUfyowMtdkQDrDxE5aVN
- BTC:
1ALWC7rGL4dHgbyy4R8uTVHmDugPDD7Rvt
8. Contact
Source: www.kitploit.com
Searpy - Search Engine Tookit
Reviewed by Anonymous
on
12:39 PM
Rating: