We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947d2f1 commit d9d3b39Copy full SHA for d9d3b39
.gitignore
@@ -1 +1,2 @@
1
-venv/
+venv/
2
+site/
docs/assets/commands/shoutbox/demo.gif
201 KB
docs/commands/shoutbox.md
@@ -0,0 +1,14 @@
+# Shoutbox
+
3
+The **shoutbox** allows you to view player submissions in real time.
4
5
+
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
@@ -47,4 +47,6 @@ nav:
47
- Home: index.md
48
- Installation: installation.md
49
- Configuration: configuration.md
50
+ - Commands:
51
+ - Shoutbox: commands/shoutbox.md
52
0 commit comments