Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultConcurrency = 20 TimeoutRequest = 10 )
Variables ¶
This section is empty.
Functions ¶
func CheckOutputFile ¶
CheckOutputFile checks if the string provided as input is formatted in a correct way.
func GetHeaders ¶
GetHeaders returns the headers provided as input using the headers flag. E.g. -headers \"Cookie: auth=yes;;Client: type=2\".
func ScanTargets ¶
func ScanTargets() []string
ScanTargets return the array of elements taken as input on stdin.
Types ¶
type Input ¶
type Input struct {
Version bool
Delay int
Concurrency int
Help bool
Examples bool
Plain bool
HTML string
TXT string
Ignore string
IgnoreTXT string
Cache bool
Timeout int
Intensive bool
Rua bool
Proxy string
Insecure bool
Secrets bool
SecretsFile string
Endpoints bool
EndpointsFile string
Extensions int
Headers string
HeadersFile string
Errors bool
Info bool
Debug bool
UserAgent string
}
Input struct. It contains all the possible options.
Click to show internal directories.
Click to hide internal directories.