Documentation
¶
Index ¶
Constants ¶
View Source
const Label = "Webenum"
Variables ¶
This section is empty.
Functions ¶
func CheckSetup ¶
func CheckSetup() error
CheckSetup checks whether Setup() executed accordingly. Scan arguments should be checked by the scanner.
Types ¶
type EnumItem ¶
type EnumItem struct {
Name string
Vhost string
Url string
RedirectUrl string // Final URL the request got redirected to. Might be inside or outside of original endpoint.
RedirectCount int // Number of redirects that happened until the final URL was reached
RedirectOut bool // Indicates whether the redirect left the original endpoint
AuthMethod string
AuthSuccess bool
ResponseCode int
ResponseMessage string
ResponseContentType string
ResponseHeaders string
ResponseEncoding string // The encoding used to decode the response body returned by the server. Decided based on response headers, meta tags and trial and error.
HtmlTitle string
HtmlContent []byte
}
Click to show internal directories.
Click to hide internal directories.