Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateFlags ¶
func ValidateFlags(cfg *Config)
Types ¶
type Config ¶
type Config struct {
Test string
// Flags
URL string
BaseURL string
Threads int
IgnoreCode []int
Exts []string
RawTimeout string
RawDelay string
Timeout time.Duration
Delay time.Duration
UserAgent []string
// bool
NoColor bool
Recursive bool
//forces
ForceHead bool
ForceThreads bool
ForceProxy bool
Proxy string
Method string
// Basic Auth
Username string
Password string
// Placeholder
Placeholder string
Header []string
// TLS
Insecure bool
Quiet bool
JSON bool
CSV bool
Output string
}
func ParseFlags ¶
Click to show internal directories.
Click to hide internal directories.