Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/TardC/fofadump
- Owner: TardC
- Created: 2021-05-19T14:53:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T15:00:37.000Z (over 2 years ago)
- Last Synced: 2024-05-13T16:34:54.533Z (6 months ago)
- Topics: fofa
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - TardC/fofadump - A small utility that calls fofa api to download data. (Go)
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)
```