#时间会有点长,因为要混淆,大概输出结果如下 [*] Generating new windows/amd64 beacon implant binary (1m0s) [*] Symbol obfuscation is enabled [*] Build completed in 00:01:05 [*] Implant saved to /xxx/DIFFICULT_DYNAMO.exe
#其他的就自己看翻译吧 execute Execute a program on the remote system execute-shellcode Executes the given shellcode in the sliver process extensions Manage extensions msf Execute an MSF payload in the current process msf-inject Inject an MSF payload into a process pivots List pivots for active session portfwd In-band TCP port forwarding reconfig Reconfigure the active beacon/session rportfwd reverse port forwardings shell Start an interactive shell shikata-ga-nai Polymorphic binary shellcode encoder(shellcode编码器,msf) sideload Load and execute a shared object (DLL) in a remote process socks5 In-band SOCKS5 Proxy
代理、端口相关
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#socks5开启 Start an in-band SOCKS5 proxy Usage: ====== start [flags] Flags: ====== -h, --help display help -H, --host string Bind a Socks5 Host (default: 127.0.0.1) -P, --port string Bind a Socks5 Port (default: 1081) -u, --user string socks5 auth username (will generate random password) #socks5关闭 socks5 stop -i [ID从1开始]