Skip to content

Commit 1172baf

Browse files
committed
Merge branch 'dev'
2 parents 4187435 + 2a2b3e6 commit 1172baf

File tree

11 files changed

+7
-42
lines changed

11 files changed

+7
-42
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

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
!!! note "Updated documentation !"
2626

27-
The documentation is up to date with the latest release on Github (v1.6.0).
27+
The documentation is up to date with the latest release on Github (v1.7.0).
2828

2929
<a href="https://github.com/GoToolSharing/htb-cli" target="_blank">htb-cli</a> is a project developed and maintained by <a href="https://github.com/QU35T-code/" target="_blank">QU35T-code</a>. It interacts with the **API of <a href="https://app.hackthebox.com/" target="_blank">HackTheBox</a>**, a popular cybersecurity platform.
3030
It responds to the need to be **competitive**, limit user interaction with the website and **save time** with possible actions.

docs/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ go install github.com/GoToolSharing/htb-cli@latest
1212

1313
```bash
1414
htb-cli version
15-
Stable version (main branch): v1.6.0
15+
Stable version (main branch): v1.7.0
1616
```
1717

1818
Make sure you have golang in your **PATH** so you don't run into any problems when executing the binary. The following code must be added to your **rc file (bashrc / zshrc)** to make it permanent.
@@ -42,7 +42,7 @@ go install .
4242

4343
```bash
4444
htb-cli version
45-
Stable version (main branch): v1.6.0
45+
Stable version (main branch): v1.7.0
4646
```
4747

4848
## Development version from remote
@@ -86,6 +86,6 @@ Development version (dev branch)
8686

8787
**Pre-compiled binaries** are available with each release, allowing users to download the program without having to build it.
8888

89-
<a href="https://github.com/GoToolSharing/htb-cli/releases/tag/v1.6.0" target="_blank">https://github.com/GoToolSharing/htb-cli/releases/tag/v1.6.0</a>
89+
<a href="https://github.com/GoToolSharing/htb-cli/releases/tag/v1.7.0" target="_blank">https://github.com/GoToolSharing/htb-cli/releases/tag/v1.7.0</a>
9090

9191
![Binaries](/assets/configuration/binaries.png)

0 commit comments

Comments
 (0)