trustedsec / 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.
520 stars 185 forks source link

I cant run setup.py. #5

Closed princenasario closed 8 years ago

princenasario commented 8 years ago

Thinking that there is no monitor.py, I tried using setup.py.

Nothing happens.

Is there a file error or did i do something wrong?? (I'm a N00b)

or should i download monitor.py from somewhere.

trustedsec commented 8 years ago

I added monitor for you was more of a helpful thing