Documentation ¶ Index ¶ func Crack(mode, token, data string, concurrency, max int, power bool, verbose bool) func GenerateBruteforcePayloads(chars string, max int) []string func RunTestingJWT(token string, lists []string, concurrency int, verbose bool) type Word func (w Word) Permute(out chan<- string, max int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Crack ¶ func Crack(mode, token, data string, concurrency, max int, power bool, verbose bool) func GenerateBruteforcePayloads ¶ func GenerateBruteforcePayloads(chars string, max int) []string func RunTestingJWT ¶ func RunTestingJWT(token string, lists []string, concurrency int, verbose bool) Types ¶ type Word ¶ type Word []rune func (Word) Permute ¶ func (w Word) Permute(out chan<- string, max int) Source Files ¶ View all Source files brute.go crack.go file.go Click to show internal directories. Click to hide internal directories.