MCPcopy Create free account
hub / github.com/code-scan/Goal / Shodan

Struct Shodan

Gsensor/ShodanSensor.go:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Shodan struct {
13 Domain string
14 UserName string
15 PassWord string
16 Type string
17 http Ghttp.Http
18}
19type ShodanResult struct {
20 RegionCode interface{} `json:"region_code"`
21 Tags []interface{} `json:"tags"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected