Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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完成红队信息收集

Awesome Lists containing this project

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)