Skip to content

Commit 18ee812

Browse files
authored
Update README.md
1 parent 7aff7d3 commit 18ee812

1 file changed

Lines changed: 29 additions & 8 deletions

File tree

README.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,35 +34,56 @@ Download the lastest release:
3434
```
3535
$ wget https://github.com/iss4cf0ng/OpenShell/releases/latest/download/openshell-server-linux-amd64.tar.gz
3636
$ tar -xzf openshell-server-linux-amd64.tar.gz
37-
$./openshell-server
37+
$ ./openshell-server
3838
```
3939

40+
## Quick Start
41+
1. Start the server
42+
```
43+
$ ./openshell-server
44+
```
45+
2. Open your browser and navigate to:
46+
```
47+
http://localhost:8080
48+
```
49+
3. Login using the default password:
50+
```
51+
123456
52+
```
53+
4. Generate a reverse shell command and execute it on the target machine.
54+
5. Have fun!
55+
56+
## Architecture
57+
4058
## Acknowledgement
4159
- [Reverse Shell Cheatsheet (by swisskyrepo)](https://swisskyrepo.github.io/InternalAllTheThings/cheatsheets/shell-reverse-cheatsheet/)
4260

43-
# ScreenShot
44-
## Login (Default Password: `123456`)
61+
## ScreenShot
62+
### Server
63+
64+
65+
### Login (Default Password: `123456`)
4566
<p align="center">
4667
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/2.png" width=700>
4768
</p>
4869

49-
## Create Reverse Shell Command
70+
### Create Reverse Shell Command
5071
<p align="center">
5172
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/3.png" width=400>
5273
</p>
5374

54-
# Sessions
75+
### Sessions
5576
<p align="center">
5677
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/4.png" width=800>
5778
</p>
5879

59-
## Interactive Reverse Shell (capable to use `vim`, `ssh`, `nano`, `nslookup`, `nc`, etc.)
60-
### `vim`
80+
### Interactive Reverse Shell (capable to use `vim`, `ssh`, `nano`, `nslookup`, `nc`, etc.)
81+
#### `vim`
6182
<p align="center">
6283
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/1.png" width=1000>
6384
</p>
6485

65-
### `nslookup`
86+
#### `nslookup`
6687
<p align="center">
6788
<img src="https://iss4cf0ng.github.io/images/article/2026-3-8-OpenShell/5.png" width=1000>
6889
</p>

0 commit comments

Comments
 (0)