Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Jwts = make(map[string]bool)
Jwts 用来判断是否执行过爆破
View Source
var Secrets []string
Functions ¶
func GenerateSignature ¶
GenerateSignature 使用字典爆破 ,默认字典加上根据域名生成的字典
Types ¶
type Claims ¶
type Claims struct {
jwt.StandardClaims
}
Claims defines the struct containing the token claims.
Click to show internal directories.
Click to hide internal directories.