revsh
revsh copied to clipboard
A reverse shell with terminal support, data tunneling, and advanced pivoting capabilities.
Adds feedbacks for socks proxy connections to explain if connection succeed or refuse. Ports now can be determined open/close for scanning using proxychains nmap -sT ... This fixes bug where...
Allows setting outbound proxy http, socks4, socks4a, socks5, socks5h. Code no perfect, please review. Fixes #28
Changes 1 - Modified INSTALL to git clone from openSSL branch "OpenSSL_1_1_0-stable". - Since the last tested and verified working version is openssl 1.1.0, I'll suggest to git clone from...
I think you forgot to set the target ip_address.
Hi, Seems something changed in gcc 10, I believe you need to add -fcommon to the CFLAGS in the Makefile. https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
I was installing this, I've compiled OpenSSL and configured it with the advised arguments in the install instructions. While trying to compile revsh, running `make` produced: ``` ... if [...
Hey, so the intended use is to drop /usr/local/bin/revsh onto a host after install, right? Maybe there should be an extra build step to generate a full static build into...
This happens to me quite a lot. When I perform a command which outputs a lot of output such as long file listing, the shell hangs and I have to...
A useful feature would be to support proxies for making the connection - for example, if the box you want to get a callback from has an outbound SOCKS/HTTP proxy...
1) Connecting to TCP redirector (socat) or any another TCP port: ``` Control: # socat TCP-LISTEN:2200,fork TCP:192.168.1.3:2200 2018/10/12 12:02:31 socat[17645] E connect(5, AF=2 192.168.1.3:2200, 16): Connection refused where 192.168.1.3:2200 closed...