Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultConfigLocation = filepath.Join(configDir, "config.yaml") Hosts []string Networks []string Domains []string )
View Source
var OptionCmd = &options{}
View Source
var Results = make(map[string]Result)
Functions ¶
func IdentifyTarget ¶
func IdentifyTarget(target string)
func LoadParameters ¶ added in v1.0.3
func LoadParameters()
func ParseStdin ¶ added in v1.0.2
func ParseStdin()
func ShowBanner ¶
func ShowBanner()
Types ¶
type CustomTransport ¶ added in v1.0.7
type CustomTransport struct { Transport http.RoundTripper UserAgent string }
CustomTransport struct that embeds http.RoundTripper
type Hurricane ¶ added in v1.0.3
type Hurricane struct { }
func (*Hurricane) ExtractDomain ¶ added in v1.0.3
func (*Hurricane) ExtractDomains ¶ added in v1.0.3
func (*Hurricane) ExtractNetwork ¶ added in v1.0.3
func (*Hurricane) RunCrawler ¶ added in v1.0.3
func (h *Hurricane) RunCrawler()
type Virustotal ¶ added in v1.0.3
type Virustotal struct { }
func (*Virustotal) GetVtReport ¶ added in v1.0.3
func (c *Virustotal) GetVtReport(domain string) uint64
Click to show internal directories.
Click to hide internal directories.