revshell is a reverse shell tool written in Go language, it is the command line version of Reverse Shell Generator, which is designed to help security researchers and penetration testers to quickly generate the appropriate Shell when they need to establish a reverse connection with the target host, users can choose from a wide range of Shell types to generate the bounce Shell code suitable for their own needs, so as to more efficiently interact with the target host and control it in tasks such as penetration testing, vulnerability exploits, or security assessments.
Supported operating systems: Mac, Linux, Windows.
go build revshell.go
Or download apps compiled in releases.
./revshell [IPADDR] [PORT] [LANGUAGE]
bash|sh|nc|ruby|php|python|rcat|perl|socat|node|telnet|zsh|lua|golang|vlang|awk|crystal
./revshell 192.168.1.1 2222 bash