package
Version:
v0.0.0-...-3439a39
Opens a new window with list of versions in this module.
Published: Jul 8, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package shodan is a golang client for Shodan.io
func Query(args ...interface{}) interface{}
Query function returns all subdomains found using the service.
type ShodanResult struct {
Matches []shodanObject `json:"matches"`
Result int `json:"result"`
Error string `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.