mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 13:22:35 +08:00
Use aes encryption to store payloads to avoid AV detection
This commit is contained in:
parent
384bb326c0
commit
1d2fa6c470
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user