Reverse SSH Trojan

In the spirit of command and control protocols, I have to mention the classic SSH, or Secure Shell. This has always been a great way to administer servers, giving you trusted crypto with an easy to use interface. The tool includes many rich features such as file transfer and reverse proxy functionality. It even has native capabilities for this, a reverse ssh shell:


This all led me to an infosec institute guide on recreating your own reverse ssh shell in python. This seemed like a good idea to me, because we could build it down and then quickly use the SSH covert channel on on Windows. The result was fun reverse SSH shell in python. Enjoy!