Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 2.84 KB

README_EN.md

File metadata and controls

72 lines (61 loc) · 2.84 KB

ThunderSearch

ThunderSearch ThunderSearch ThunderSearch ThunderSearch ThunderSearch ThunderSearch

🎸 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 or database
  • Support query user personal information

💡 Usage

-> Run

  • 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.

config.json

"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 of language can also be modified by modifying the language parameter. You can change language from ch(Chinese) to en(English).

-> Build and Run

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)


📡 Statistical content

For details


🏝 Update Log

For details


🌏 Screenshots