Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name of this module Name = "crawler" // Description of this module Description = "Crawls the target domain in order to retrieve most of the target external origins" // Author of this module Author = "Muraena Team" )
Variables ¶
This section is empty.
Functions ¶
func IsSubdomain ¶
Types ¶
type Crawler ¶
Crawler module
func (*Crawler) Description ¶
Description returns the module description
func (*Crawler) Prompt ¶ added in v0.1.2
func (module *Crawler) Prompt()
Prompt prints module status based on the provided parameters
func (*Crawler) SimplifyDomains ¶ added in v1.21.1
func (module *Crawler) SimplifyDomains()
SimplifyDomains simplifies the Domains slice by grouping subdomains of 3rd and 4th level as *.<domain>
Click to show internal directories.
Click to hide internal directories.