Documentation ¶
Index ¶
- Constants
- func Base64Encode(braw []byte) []byte
- func LoadMultiPoc(Pocs embed.FS, pocname string) []*structs.Poc
- func MD5(str string) string
- func Mmh3Hash32(raw []byte) int32
- func RandomStr(letterBytes string, n int) string
- func ReverseString(s string) string
- func SelectPoc(Pocs embed.FS, pocname string) []string
Constants ¶
View Source
const ( AsciiLowercase = "abcdefghijklmnopqrstuvwxyz" AsciiUppercase = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" AsciiLetters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" AsciiDigits = "0123456789" AsciiLowercaseAndDigits = AsciiLowercase + AsciiDigits AsciiUppercaseAndDigits = AsciiUppercase + AsciiDigits AsciiLettersAndDigits = AsciiLetters + AsciiDigits )
Variables ¶
This section is empty.
Functions ¶
func ReverseString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.