Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebsitePage ¶
type WebsitePage struct {
URL string
Time WebsitePageTime
StatusCode int
Length int
Type string
Parent *WebsitePage `json:"-" yaml:"-"`
Links []string `json:",omitempty" yaml:",omitempty"`
Images []string `json:",omitempty" yaml:",omitempty"`
Scripts []string `json:",omitempty" yaml:",omitempty"`
Styles []string `json:",omitempty" yaml:",omitempty"`
Emails []string `json:",omitempty" yaml:",omitempty"`
Children []*WebsitePage `json:",omitempty" yaml:",omitempty"`
}
type WebsitePageTime ¶
type WebsiteScanner ¶
type WebsiteScanner struct {
// contains filtered or unexported fields
}
func NewWebsiteScanner ¶
func NewWebsiteScanner(options common.WebsiteOptions) *WebsiteScanner
func (*WebsiteScanner) Start ¶
func (ws *WebsiteScanner) Start()
type WebsiteScannerResult ¶
type WebsiteScannerResult struct {
Root *WebsitePage
StatusCodes map[int]int
}
Click to show internal directories.
Click to hide internal directories.