reverse-ssh icon indicating copy to clipboard operation
reverse-ssh copied to clipboard

Statically-linked ssh server with reverse shell functionality for CTFs and such

Results 11 reverse-ssh issues
Sort by recently updated
recently updated
newest added

rsa fingerprint always change when reversessh restart. how to make it be static?

It would be awesome if their was a command that I could use once done with the reverse tunnel to close/exit the remote process running the tunnel; so when I'm...

While I still want to clean up the code a little, this should already be a working solution for #20 @rucciva feel free to test! Closes #20

Hi, thanks for making this awesome tools. Would like to use it as a backup ssh on a bare metal that has no remote management interface. So is there any...

I understand the reverse meaning, it should be used to support ssh to the target of the non-current network, usually a relay server is established, exposed to the public network,...

Hello, When I connect to a machine using reverse shell, i'm asked for the password. Is it possible to connect only with an ssh key and if so, how? Thanks...

Hi, I try to establish an connection between two hosts with reserse-ssh. 1. I need to add `-v` flag to see password prompt 2. Authenticated by password looks good ```...

Tried to use the branch with key auth, but doesn't work with dropbear generated rsa key. Key seems to be valid with dropbear, but is unparseable for reverse-ssh? ``` dropbearkey...

I've implemented optional ability to resolve hostnames via DoH. It should be good for stealth, because DoH connections may come from browsers, so these requests are less likely to draw...