Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomeArgs ¶
type HomeArgs struct {
Ipv4 string
Ipv6 string
Host shodan.Response
Headers map[string]interface{}
Mx map[string]uint16
Ftp string
Ssh string
Mysql string
Smtp string
Pop string
Irc string
}
Homargs holds data to be sent to the home page
type TemplateData ¶
type TemplateData struct {
StringMap map[string]string
IntMap map[string]int
FloatMap map[string]float32
Data map[string]interface{}
HeadersMap map[string]interface{}
FtpBannerGrabberMap map[string]interface{}
SSLInfo []map[string]interface{}
WhoisInfo template.HTML
}
Template data holds data sent from handlers to templates
Click to show internal directories.
Click to hide internal directories.