Skip to content

Commit a3dc6e7

Browse files
committed
Update the documentation
1 parent 4187435 commit a3dc6e7

File tree

9 files changed

+3
-38
lines changed

9 files changed

+3
-38
lines changed
-201 KB
Binary file not shown.
-7.95 KB
Binary file not shown.

docs/assets/commands/status/web.png

-79.6 KB
Binary file not shown.
-11.6 KB
Binary file not shown.

docs/commands/info.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ htb-cli info
1010

1111
## Player search
1212

13-
htb-cli allows you to retrieve information from **another player** via the `-s` flag, which will specify the desired **username**.
13+
htb-cli allows you to retrieve information from **another player** via the `-u` flag, which will specify the desired **username**.
1414

1515
```bash
16-
htb-cli info -s 22sh
16+
htb-cli info -u 22sh
1717
```
1818

1919
![User Info](/assets/commands/info/user.png)

docs/commands/shoutbox.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
# Shoutbox
22

3-
The **shoutbox** allows you to view player submissions in real time.
4-
5-
![Shoutbox demo](/assets/commands/shoutbox/demo.gif)
6-
7-
Only **owns events** are retrieved via the **HackTheBox websocket**.
8-
9-
```bash
10-
htb-cli shoutbox
11-
12-
[Dec 24 22:50] - ComBeat solved challenge Diagnostic from Forensics
13-
[Dec 24 22:50] - cledmir owned root on Crocodile
14-
```
3+
The **shoutbox** has been **deprecated** following the removal of the feature on HackTheBox. An alternative is currently in development and will be added soon.

docs/commands/status.md

-12
This file was deleted.

docs/commands/submit.md

-11
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,6 @@ htb-cli submit -f text
6464

6565
![Fortress](/assets/commands/submit/fortress.png)
6666

67-
## Endgames
68-
69-
To **submit a endgame** flag, you can specify its name with the `-e` or `--endgame` flag.
70-
The exact name is not essential. A **fuzzy finder** will retrieve the endgame with the name closest to the search.
71-
72-
```bash
73-
htb-cli submit -e RPG
74-
```
75-
76-
![Endgame](/assets/commands/submit/endgame.png)
77-
7867
## Prolabs
7968

8069
To **submit a prolab** flag, you can specify its name with the `-p` or `--prolab` flag.

docs/commands/vpn.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The **mode** must be specified with the `-m` flag from the following list:
3333
* sp
3434
* fortresses
3535
* prolabs
36-
* endgames
3736
* competitive
3837

3938
```bash

0 commit comments

Comments
 (0)