package
0.0.0-20250115015342-5de5b55021a5
Repository: https://github.com/insomn14/amass.git
Documentation: pkg.go.dev
# Functions
CheckCookie checks if a cookie exists in the cookie jar for a given host.
CleanName will clean up the names scraped from the web.
CopyCookies copies cookies from one domain to another.
Crawl will spider the web page at the URL argument looking while staying within the scope provided.
HdrToAmassHeader converts a net/http Header to an Amass Header.
NamesFromCert parses DNS names out of a TLS certificate.
PullCertificateNames attempts to pull a cert from one or more ports on an IP.
ReqToAmassRequest converts a net/http Request to an Amass Request.
RequestWebPage returns the response headers, body, and status code for the provided URL when successful.
RespToAmassResponse converts a net/http Response to an Amass Response.
TLSConn attempts to make a TLS connection with the host on the given port.
# Constants
Accept is the default HTTP Accept header value used by Amass.
AcceptLang is the default HTTP Accept-Language header value used by Amass.
# Variables
DefaultClient is the same HTTP client used by the package methods.
UserAgent is the default user agent used by Amass during HTTP requests.
# Type aliases
Header represents the HTTP headers for requests and responses.