crack

package
v0.0.0-...-40bec92 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Crack = &grumble.Command{
	Name:  "crack",
	Help:  "start to crack weak password",
	Usage: "crack -f ip.txt -u ./dict/user.dic -p ./dict/pass.dic [-t 5] [-c 1000]",
	Run:   runCrack,
	Flags: func(f *grumble.Flags) {
		f.Int("t", "timeout", 5, "timeout")
		f.Bool("d", "debug", false, "debug mode")
		f.Int("c", "thread", 1000, "thread num")
		f.String("u", "user", "./dict/user.dic", "user dict")
		f.String("p", "password", "./dict/pass.dic", "password dict")
		f.String("o", "outfile", "./result/crack_result.txt", "result file")
		f.String("f", "file", "./dict/ip.txt", "ip list file")
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL