Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultConcurrency = 5 DefaultDepth = 1 DefaultThreads = 20 DefaultMaxRandomDelay = 60 DefaultTimeout = 10 VERSION = "v1.3.0" )
Variables ¶
View Source
var ( BANNER string = aurora.Sprintf(aurora.BrightBlue(` _ _ _____ | |__ __ _ ___ _ __ __ ___ _| |___ / _ __ | '_ \ / _`+"`"+` |/ __| '__/ _`+"`"+` \ \ /\ / / | |_ \| '__| | | | | (_| | (__| | | (_| |\ V V /| |___) | | |_| |_|\__, |\___|_| \__,_| \_/\_/ |_|____/|_| %s |_| `).Bold(), aurora.BrightRed(VERSION).Bold()) )
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { AllowedDomains []string Concurrency int Cookie string Debug bool Delay int Depth int Headers string Headless bool IncludeSubdomains bool MaxRandomDelay int // seconds Proxy string Render bool RenderTimeout int // seconds Threads int Timeout int // seconds UserAgent string }
func (*Configuration) Validate ¶
func (configuration *Configuration) Validate() (err error)
Click to show internal directories.
Click to hide internal directories.