We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdccda commit 75e2829Copy full SHA for 75e2829
2 files changed
docs/HackTheBox/Battlegrounds/Cyber Mayhem/Panel.md
@@ -121,4 +121,6 @@ Finding files with special capabilities:
121
122
## Port 8080
123
124
+LogonTracer 1.2.0 - Remote Code Execution (Unauthenticated) CVE-2018-16167
125
+
126
WPanel 4.3.1 - Remote Code Execution (RCE) (Authenticated)
docs/HackTheBox/Battlegrounds/Cyber Mayhem/Snowbell.md
@@ -102,4 +102,5 @@ http://snowbell.htb/.env
102
103
```bash
104
sudo -u root /bin/vim /etc/hosts
105
+cat /opt/flag.txt; echo -e "\n"; cat /root/flag.txt; echo -e "\n"
106
```
0 commit comments