Documentation ¶
Index ¶
- Constants
- func CheckCookie(urlString string, cookieName string) bool
- func ClientCountryCode() string
- func CopyCookies(src string, dest string)
- func PullCertificateNames(addr string, ports []int) []string
- func RequestWebPage(urlstring string, body io.Reader, hvals map[string]string, uid, secret string) (string, error)
Constants ¶
View Source
const ( // UserAgent is the default user agent used by Amass during HTTP requests. UserAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36" // Accept is the default HTTP Accept header value used by Amass. Accept = "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" // AcceptLang is the default HTTP Accept-Language header value used by Amass. AcceptLang = "en-US,en;q=0.8" )
Variables ¶
This section is empty.
Functions ¶
func CheckCookie ¶
CheckCookie checks if a cookie exists in the cookie jar for a given host
func ClientCountryCode ¶
func ClientCountryCode() string
ClientCountryCode returns the country code for the public-facing IP address for the host of the process.
func CopyCookies ¶
CopyCookies copies cookies from one domain to another. Some of our data sources rely on shared auth tokens and this avoids sending extra requests to have the site reissue cookies for the other domains.
func PullCertificateNames ¶
PullCertificateNames attempts to pull a cert from one or more ports on an IP.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.