cyberspace_map_API icon indicating copy to clipboard operation
cyberspace_map_API copied to clipboard

Use Fofa、shodan、zoomeye、360quake to collect information(e.g:domain,IP,CMS,OS)同时调用Fofa、shodan、zoomeye、360quake四个网络空间测绘API完成红队信息收集

Cyberspace Map API

English/中文

Development

  1. ~~fofaAPI~~ Completed
  2. zoomeyeAPI
  3. shodanAPI
  4. regular
  5. ~~360 quakeAPI~~ Completed

Difficulty

  1. APIs uses different inputs

Solution

  1. Use regular to solve adaptation

What is it?

Use Fofashodanzoomeye360quake to collect information(e.g:domain,IP,CMS,OS)

All APIs are official, you need to use API KEY

How to use?

  1. opensetting/config.jsonto input API KEY
  2. Enter pip install -r requirements.txt at the terminal to install python package

Fofa

USe Fofa API ,you need VIP

~~Warning🔴This code comes from https://github.com/Xc1Ym/FofaAPI, I will change code to adapt cyberspace map API~~

Completed

Usage

  1. Basic python fofa_api.py -search IP\domain
  2. Help python fofa_api.py -h
  3. Use--szie & --pageto set page and quantity
  4. --ruleto read the rule of Fofa_API

Screenshot

None

Shodan

🚧🏗

zoomeye

🚧🏗

360 quake

Completed(Usage to be supplemented)

Developer

Xc1YM