Registry / networking / fofapro-fofa-go

fofapro-fofa-go

JSON →
library0.0.0-20200317042037-c0caee09013dgogounverified

A Go SDK for the FOFA search engine, enabling programmatic access to FOFA's asset discovery and reconnaissance capabilities.

go get github.com/fofapro/fofa-go
INSTALL
IMPORT
SIG · FOFAPRO-FOFA-GO
F
fofapro-fofa-go
networkinggov0.0.0-20200317042037-c0caee09013d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fofa
github.com/fofapro/fofa-go

Searches FOFA for assets matching a query and prints the results.

package main import ( "fmt" "github.com/fofapro/fofa-go" ) func main() { client := fofa.NewClient("email", "key") result, err := client.Search("domain=example.com", 1, 10) if err != nil { panic(err) } fmt.Printf("Results: %+v\n", result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200317042037-c0caee09013dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
fofapro-fofa-go — go get fofapro-fofa-go · libregistry