package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Mar 18, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
URL = "https://internetdb.shodan.io/%s"
)
type ShodanRequest struct {
Query string
}
type ShodanResponse struct {
Cpes []string `json:"cpes"`
Hostnames []string `json:"hostnames"`
IP string `json:"ip"`
Ports []int `json:"ports"`
Tags []string `json:"tags"`
Vulns []string `json:"vulns"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.