Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xc1Ym/cyberspace_map_API
Use Fofa、shodan、zoomeye、360quake to collect information(e.g:domain,IP,CMS,OS)同时调用Fofa、shodan、zoomeye、360quake四个网络空间测绘API完成红队信息收集
https://github.com/Xc1Ym/cyberspace_map_API
python red-team
Last synced: about 6 hours ago
JSON representation
Use Fofa、shodan、zoomeye、360quake to collect information(e.g:domain,IP,CMS,OS)同时调用Fofa、shodan、zoomeye、360quake四个网络空间测绘API完成红队信息收集
- Host: GitHub
- URL: https://github.com/Xc1Ym/cyberspace_map_API
- Owner: Xc1Ym
- License: gpl-3.0
- Created: 2021-07-22T02:40:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T07:31:05.000Z (about 1 year ago)
- Last Synced: 2023-11-13T08:35:33.997Z (about 1 year ago)
- Topics: python, red-team
- Language: Python
- Homepage:
- Size: 2.35 MB
- Stars: 67
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ip-search-engines - CyberSpace Map API
README
# Cyberspace Map API
![](https://img.shields.io/github/pipenv/locked/python-version/Xc1Ym/cyberspace_map_API)
![](https://img.shields.io/github/license/Xc1Ym/cyberspace_map_API)
![](https://img.shields.io/github/stars/xc1ym/cyberspace_map_API)[English](./README.md)/[中文](./README_CN.md)
## 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 [Fofa](https://fofa.so)、[shodan](https://www.shodan.io)、[zoomeye](https://www.zoomeye.org)、[360quake](https://beta.quake.360.cn/quake) to collect information(e.g:domain,IP,CMS,OS)
**All APIs are official, you need to use API KEY**
## How to use?
1. open`setting/config.json`to 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 , 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` & `--page`to set page and quantity
4. `--rule`to read the rule of Fofa_API### Screenshot
None
## Shodan
🚧🏗## zoomeye
🚧🏗## 360 quake
Completed(Usage to be supplemented)## Developer
[Xc1YM](https://github.com/Xc1Ym)