| 10 | ) |
| 11 | |
| 12 | type Shodan struct { |
| 13 | Domain string |
| 14 | UserName string |
| 15 | PassWord string |
| 16 | Type string |
| 17 | http Ghttp.Http |
| 18 | } |
| 19 | type ShodanResult struct { |
| 20 | RegionCode interface{} `json:"region_code"` |
| 21 | Tags []interface{} `json:"tags"` |
nothing calls this directly
no outgoing calls
no test coverage detected