Use aes encryption to store payloads to avoid AV detection

This commit is contained in:
影舞者 2022-11-21 11:33:02 +08:00
parent 384bb326c0
commit 1d2fa6c470

View File

@ -1,6 +1,12 @@
package Plugins
import "net"
import (
"bytes"
"crypto/aes"
"crypto/cipher"
"encoding/base64"
"net"
)
var PluginList = map[string]interface{}{
"21": FtpScan,