MCPcopy Index your code
hub / github.com/code-scan/Goal / Fofa

Struct Fofa

Gsensor/FofaSensor.go:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Fofa struct {
14 Domain string
15 UserName string
16 PassWord string
17 Type string
18 result Result
19 http Ghttp.Http
20}
21
22type FofaResult struct {
23 Error bool `json:"error"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected