Skip to content

Commit 2af7f9b

Browse files
authored
Update README.md
1 parent 090f2ca commit 2af7f9b

1 file changed

Lines changed: 35 additions & 13 deletions

File tree

README.md

Lines changed: 35 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,15 @@
77
OpenShell is a lightweight, open-source reverse shell management server written in Go.
88
It allows users to establish reverse shell channels and interact with them through a simple web-based graphical user interface (GUI).
99

10-
## Project Status
11-
12-
⚠️ This project is currently under development. The first release is coming soon. Installation instructions will be provided after the first release.
10+
## Disclaimer
11+
This project was developed as part of my personal interest in studying cybersecurity. However, it may potentially be misused for malicious purposes.
12+
Please do NOT use this tool for any illegal activities.
13+
The author is not responsible for any misuse of this software.
1314

1415
<p align="center">
15-
<img src="https://iss4cf0ng.github.io/images/meme/koyuki_crying.gif" width="250"><br>
16-
Waaahhhhhhh!
16+
<img src="https://iss4cf0ng.github.io/images/meme/mika_punch.jpg" width="500">
1717
</p>
1818

19-
## Disclaimer
20-
21-
This project was developed purely for cybersecurity research and educational purposes.
22-
It must not be used for illegal or unauthorized activities.
23-
24-
The author is not responsible for any misuse or damage caused by this software.
25-
2619
## Background
2720

2821
The idea of this project originated while I was learning web penetration testing and working on one of my side projects, [Eden-RAT](https://github.com/iss4cf0ng/Eden-RAT).
@@ -31,16 +24,45 @@ Compared to Eden-RAT, OpenShell focuses only on establishing reverse shell chann
3124
Additional features may be added in the future.
3225

3326
## Features
34-
3527
- Lightweight reverse shell server written in Go
3628
- Web-based GUI for interactive shell sessions
3729
- Simple reverse shell command to connect
3830
- Designed for learning and research purposes
3931

32+
## Installation
33+
Download the lastest release:
34+
```
35+
$ wget https](https://github.com/iss4cf0ng/OpenShellServer/releases/latest/download/openshell-server-linux-amd64.tar.gz
36+
$ tar -xzf openshell-server-linux-amd64.tar.gz
37+
$./openshell-server)
38+
```
39+
4040
## Acknowledgement
4141
- [Reverse Shell Cheatsheet (by swisskyrepo)](https://swisskyrepo.github.io/InternalAllTheThings/cheatsheets/shell-reverse-cheatsheet/)
4242

4343
# ScreenShot
44+
## Login (Default Password: `123456`)
45+
<p align="center">
46+
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/2.png" width=700>
47+
</p>
48+
49+
## Create Reverse Shell Command
50+
<p align="center">
51+
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/3.png" width=400>
52+
</p>
53+
54+
# Sessions
55+
<p align="center">
56+
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/4.png" width=800>
57+
</p>
58+
59+
## Interactive Reverse Shell (capable to use `vim`, `ssh`, `nano`, `nslookup`, `nc`, etc.)
60+
### `vim`
4461
<p align="center">
4562
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/1.png" width=1000>
4663
</p>
64+
65+
### `nslookup`
66+
<p align="center">
67+
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/5.png" width=1000>
68+
</p>

0 commit comments

Comments
 (0)