package
0.0.0-20240523144707-f5b61b103af6
Repository: https://github.com/packetloop/zgrab2.git
Documentation: pkg.go.dev

# Functions

RegisterModule is called by modules/http.go to register this module with the zgrab2 framework.

# Variables

ErrRedirLocalhost is returned when an HTTP redirect points to localhost, unless FollowLocalhostRedirects is set.
ErrTooManyRedirects is returned when the number of HTTP redirects exceeds MaxRedirects.

# Structs

Flags holds the command-line configuration for the HTTP scan module.
Module is an implementation of the zgrab2.Module interface.
A Results object is returned by the HTTP module's Scanner.Scan() implementation.
Scanner is the implementation of the zgrab2.Scanner interface.