Skip to content

Commit d9d3b39

Browse files
committed
Add shoutbox page
1 parent 947d2f1 commit d9d3b39

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
venv/
1+
venv/
2+
site/
201 KB
Loading

docs/commands/shoutbox.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Shoutbox
2+
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+
```

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ nav:
4747
- Home: index.md
4848
- Installation: installation.md
4949
- Configuration: configuration.md
50+
- Commands:
51+
- Shoutbox: commands/shoutbox.md
5052

0 commit comments

Comments
 (0)