Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/TardC/fofadump

A small utility that calls fofa api to download data.
https://github.com/TardC/fofadump

fofa

Last synced: 3 months ago
JSON representation

A small utility that calls fofa api to download data.

Awesome Lists containing this project

README

        

# Fofadump

## Installation Instructions

```shell
go get -v github.com/tardc/fofadump/cmd/fofadump
```

## Usage

```
Usage of fofadump:
-email string
Email of fofa account
-fields string
Fields to query (default "host,ip,port")
-key string
Key of fofa account
-q string
Fofa query rule
-size int
The number size to query (default 100)
```