Documentation ¶
Index ¶
- func AesDecrypt(cryted string, key string) string
- func AesEncrypt(orig string, key string) string
- func CVE_2023_25157(target string, variableMap map[string]any) error
- func CVE_2024_23897(target string, variableMap map[string]any) error
- func ExampleGet(target string, redirect bool) error
- func ExamplePost(target, body string) error
- func Exp(target, cmd string) (string, string, int)
- func GetBackupFile(target string) string
- func MS17010Scan(target string, variableMap map[string]any) error
- func PKCS7Padding(ciphertext []byte, blocksize int) []byte
- func PKCS7UnPadding(origData []byte) []byte
- func RandLower(n int) string
- func Request(target, data string, variableMap map[string]any) error
- func StringIn(s string, slice []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesDecrypt ¶
func AesEncrypt ¶
func CVE_2024_23897 ¶ added in v3.1.2
func ExampleGet ¶
GET 请求示例 target get request url
func ExamplePost ¶
POST 请求示例 target post request url body post request body
func GetBackupFile ¶
func PKCS7Padding ¶
补码 AES加密数据块分组长度必须为128bit(byte[16]),密钥长度可以是128bit(byte[16])、192bit(byte[24])、256bit(byte[32])中的任意一个。
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.