🎸 Intro (CN_README)
ThunderSearch is an information collection tool with GUI interface developed using the official api of multiple cyberspace search engines(Including Fofa
, Shodan
, Hunter
, Zoomeye
, Quake
). Specific support query items click here.
- Support for modifying configuration information through graphics
- Support account password and API-KEY login
- Supports multiple cyberspace search engines
- The query display result is only partial, and the complete content is saved to the
specified file
ordatabase
- Support query user personal information
- Just run the packaged application。Remember to click the button
SaveConfig
- Zoomeye supports two ways to login(Acc and Pass/API-KEY), just choose one of them is OK. Use API-KEY to log in first. Fofa needs to fill in the E-mail and API-KEY at the same time. Quake only needs to fill in the API-KEY.
"language": "en"
"zoomeye_username": ""
"zoomeye_password": ""
"zoomeye_api": ""
"fofa_username": ""
"fofa_api": ""
"quake_api": ""
"shodan_api": ""
"hunter_api": ""
"file": ""
"host": ""
"port": ""
"database": ""
"username": ""
"password": ""
Modify the language through the
Language
option in the interface. At the same time, the value oflanguage
can also be modified by modifying the language parameter. You can change language fromch
(Chinese) toen
(English).
pip3 install -r requirements.txt
python3 ThunderSearch.py
Recommend Python version: 3.9, 3.10, 3.12(notice: 3.11 is not recommended on Mac Sonoma)