robiot / rustcat

Rustcat(rcat) - The modern Port listener and Reverse shell
https://git.io/rustcat
GNU General Public License v3.0
675 stars 61 forks source link

connect without shell #62

Closed iloveitaly closed 7 months ago

iloveitaly commented 7 months ago

My use case is connecting to rpdb https://github.com/isakigus/rpdb.

Is there a way to connect without opening up a shell? Any ideas how to workaround this?

robiot commented 7 months ago

hi Michael! Rustcat doesn't support this since it's specifically made for reverse shells. If you want to connect without a shell, I'd recommend using netcat :)

iloveitaly commented 7 months ago

Makes sense! Could be good to add a one-liner to the readme, could help the next guy.