Documentation
¶
Index ¶
- func BuildUrl(urlString string, challenge, proxyProtocol, proxyHost string, proxyPort uint16) string
- func DeduplicateLinesRandomly(inputFilepath string, outputFilepath string) (int, error)
- func DetectFileFormat(inputFilepath string) (string, error)
- func ExtractChallengeFromUrl(urlString string) string
- func ExtractHostPortFromUri(uri string) (host string, port uint16, err error)
- func HandleChallenge(challenge string) string
- func ParseRecordCsv(record []string) (string, string, uint16)
- func ParseRecordXmap(record []string) (string, string, uint16)
- func SendVerificationHttpRequest(client *http.Client, url string, result *model.Result) error
- func VerifyChallenge(challenge string, answer string) bool
- func VerifyIntegrity(responseBody []byte, challenge string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectFileFormat ¶
func ExtractChallengeFromUrl ¶
func ExtractHostPortFromUri ¶
func HandleChallenge ¶
func VerifyChallenge ¶
func VerifyIntegrity ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.