Documentation
¶
Index ¶
- Constants
- Variables
- func GetCrackDep(reqJson string, crackInfoPath *string) bool
- func GetTask() bool
- func InitConfig()
- func InitLog()
- func Uncompress(src, dest string) error
- type StructActivePlatform
- type StructConfDbf
- type StructConfDbfPlatform
- type StructConfDbfServer
- type StructCrack
- type StructCrackInfo
- type StructCrackTask
- type StructCrackerEmbed
- type StructCrackerGen
- type StructNotEmbed
Constants ¶
View Source
const (
PATH_SEPARATOR = string(os.PathSeparator)
)
Variables ¶
View Source
var Log *log.Logger
View Source
var (
PathData string
)
View Source
var (
ResetTimer bool
)
Functions ¶
func GetCrackDep ¶
func InitConfig ¶
func InitConfig()
func Uncompress ¶
Types ¶
type StructActivePlatform ¶
type StructConfDbf ¶
type StructConfDbf struct {
Server StructConfDbfServer `json:"server"`
Platform []StructConfDbfPlatform `json:"platform"`
}
type StructConfDbfPlatform ¶
type StructConfDbfServer ¶
type StructCrack ¶
type StructCrack struct {
Id string `json:"id"`
Generator string `json:"generator"`
Gen_config []string `json:"gen_config"`
Algo_id string `json:"algo_id"`
Algo_name string `json:"algo_name"`
Len_min string `json:"len_min"`
Len_max string `json:"len_max"`
Charset1 string `json:"charset1"`
Charset2 string `json:"charset2"`
Charset3 string `json:"charset3"`
Charset4 string `json:"charset4"`
Mask string `json:"mask"`
Target string `json:"target"`
Has_dep bool `json:"has_dep"`
Info []StructCrackInfo `json:"info"`
}
type StructCrackInfo ¶
type StructCrackTask ¶
type StructCrackerEmbed ¶
type StructCrackerEmbed struct {
Generator []StructCrackerGen `json:"generator"`
}
type StructCrackerGen ¶
type StructNotEmbed ¶
Click to show internal directories.
Click to hide internal directories.