mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-05-06 19:03:21 +00: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
|
||||
|
||||
import "net"
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/aes"
|
||||
"crypto/cipher"
|
||||
"encoding/base64"
|
||||
"net"
|
||||
)
|
||||
|
||||
var PluginList = map[string]interface{}{
|
||||
"21": FtpScan,
|
||||
|
Loading…
x
Reference in New Issue
Block a user