mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
Use aes encryption to store payloads to avoid AV detection
This commit is contained in:
+7
-1
@@ -1,6 +1,12 @@
|
|||||||
package Plugins
|
package Plugins
|
||||||
|
|
||||||
import "net"
|
import (
|
||||||
|
"bytes"
|
||||||
|
"crypto/aes"
|
||||||
|
"crypto/cipher"
|
||||||
|
"encoding/base64"
|
||||||
|
"net"
|
||||||
|
)
|
||||||
|
|
||||||
var PluginList = map[string]interface{}{
|
var PluginList = map[string]interface{}{
|
||||||
"21": FtpScan,
|
"21": FtpScan,
|
||||||
|
|||||||
Reference in New Issue
Block a user