Custom-SSH-Backdoor – SSH Backdoor using Paramiko
Custom ssh backdoor, coded in python using Paramiko.
[adsense size='1']
Paramiko is a Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality. While it leverages a Python C extension for low level cryptography (PyCrypto), Paramiko itself is a pure Python interface around SSH networking concepts.
Gloss