Documentation ¶
Index ¶
Constants ¶
View Source
const Banner = ` __ ______________ ______/ /__ / ___/ ___/ __ / ___/ //_/ / /__/ / / /_/ / /__/ / \ \___/_/ \__,_/\___/_/|_| ` + Version + ` by zp857 `
View Source
const Version = `v2.1`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // input Input string InputFile string Module string User string Pass string UserFile string PassFile string // config Threads int Timeout int Delay int CrackAll bool // output OutputFile string NoColor bool // debug Silent bool Debug bool Targets []string UserDict []string PassDict []string }
func ParseOptions ¶
func ParseOptions() *Options
Click to show internal directories.
Click to hide internal directories.