Skip to Main Content

METERSSH

MeterSSH is a way to take shellcode, inject it into memory then tunnel whatever port you want to over SSH to mask any type of communications as a normal SSH connection.

METERSSH

MeterSSH is a way to take shellcode, inject it into memory then tunnel whatever port you want to over SSH to mask any type of communications as a normal SSH connection. The way it works is by injecting shellcode into memory, then wrapping a port spawned (meterpeter in this case) by the shellcode over SSH back to the attackers machine. Then connecting with meterpreter’s listener to localhost will communicate through the SSH proxy, to the victim through the SSH tunnel. All communications are relayed through the SSH tunnel and not through the network.

How to Get MeterSSH

Option 1
To download MeterSSH, type the following command in Linux:
git clone https://github.com/trustedsec/meterssh

Option 2
View on Git.

How to Get Help with MeterSSH
For bug reports or enhancements, please open an issue on this projects GitHub page.