HackTheBox - Moderators
00:00 - Intro
01:05 - Start of nmap, then going over the website
03:30 - Examining all the pages on the blog
04:40 - Looking at the report parameter, doing some light testing for SQL Injection before moving on to IDOR
07:00 - Using ffuf to bruteforce all reports matching upon a word (phrase) on the page
11:00 - Attempting to figure out if the md5sum in the logs URL is random by submitting the hash to crackstation
13:00 - Discovering a file upload vulnerability, faking a PDF and uploading a PHP Shell
18:25 - When using a PHP Shell System() commands don't work. Uploading PHPInfo to view disabled functions and seeing System is blocked
21:00 - Getting code execution through Popen() which wasn't blacklisted
24:30 - Reverse shell returned
26:55 - Discovering another webserver is running on localhost, turns out to be Wordpress
29:50 - Exploiting the wordpress plugin BrandFolder to get a shell as Lexi
35:00 - Lexi has an SSH Key, using SSH to access the server and then setting up a tunnel to access the wordpress site and checking out the PWDMS Plugin
40:55 - Using MySQL to reset a wordpress password, so we can log in
43:50 - Gaining access to the box as John
46:30 - Finding a Virtual Box file that has an encrypted VDI
48:20 - Using Hashcat to crack the VirtualBox VDI File
52:55 - Installing the VirtualBox extension that would allow us to utilize an encrypted VDI
56:45 - Decrypting the VirtualBox VDI Image with VBoxManage
58:45 - Mounting the VirtualBox VDI Image and discovering the hard drive is encrytped with LUKSv2
59:50 - Cracking the LUKS v2 Password
1:02:00 - Mounting the Luks Drive then discovering a bunch of scripts
1:03:55 - Doing some bash-fu to extract all variables and run them against the ent command to display entropy, then discovering the password somewhat sticks out, which gets root
1:08:50 - Another fun trick to find passphrases. Creating a regex to path for WORDS_seperated-LIKE-this
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from IppSec · IppSec · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
HHC2016 - Analytics
IppSec
HackTheBox - October
IppSec
HackTheBox - Arctic
IppSec
HackTheBox - Brainfuck
IppSec
HackTheBox - Bank
IppSec
HackTheBox - Joker
IppSec
HackTheBox - Lazy
IppSec
Camp CTF 2015 - Bitterman
IppSec
HackTheBox - Devel
IppSec
Reversing Malicious Office Document (Macro) Emotet(?)
IppSec
HackTheBox - Granny and Grandpa
IppSec
HackTheBox - Pivoting Update: Granny and Grandpa
IppSec
HackTheBox - Optimum
IppSec
HackTheBox - Charon
IppSec
HackTheBox - Sneaky
IppSec
HackTheBox - Holiday
IppSec
HackTheBox - Europa
IppSec
Introduction to tmux
IppSec
HackTheBox - Blocky
IppSec
HackTheBox - Nineveh
IppSec
HackTheBox - Jail
IppSec
HackTheBox - Blue
IppSec
HackTheBox - Calamity
IppSec
HackTheBox - Shrek
IppSec
HackTheBox - Mirai
IppSec
HackTheBox - Shocker
IppSec
HackTheBox - Mantis
IppSec
HackTheBox - Node
IppSec
HackTheBox - Kotarak
IppSec
HackTheBox - Enterprise
IppSec
HackTheBox - Sense
IppSec
HackTheBox - Minion
IppSec
VulnHub - Sokar
IppSec
VulnHub - Pinkys Palace v2
IppSec
HackTheBox - Inception
IppSec
Vulnhub - Trollcave 1.2
IppSec
HackTheBox - Ariekei
IppSec
HackTheBox - Flux Capacitor
IppSec
HackTheBox - Jeeves
IppSec
HackTheBox - Tally
IppSec
HackTheBox - CrimeStoppers
IppSec
HackTheBox - Fulcrum
IppSec
HackTheBox - Chatterbox
IppSec
HackTheBox - Falafel
IppSec
How To Create Empire Modules
IppSec
HackTheBox - Nightmare
IppSec
HackTheBox - Nightmarev2 - Speed Run/Unintended Solutions
IppSec
HackTheBox - Bart
IppSec
HackTheBox - Aragog
IppSec
HackTheBox - Valentine
IppSec
HackTheBox - Silo
IppSec
HackTheBox - Rabbit
IppSec
HackTheBox - Celestial
IppSec
HackTheBox - Stratosphere
IppSec
HackTheBox - Poison
IppSec
HackTheBox - Canape
IppSec
HackTheBox - Olympus
IppSec
HackTheBox - Sunday
IppSec
HackTheBox - Fighter
IppSec
HackTheBox - Bounty
IppSec
More on: Security Basics
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
How CVE Severity Affects Security Prioritization
Medium · Cybersecurity
The Purpose of CVE in Cybersecurity: Why Common Vulnerabilities and Exposures Matter
Medium · Cybersecurity
The MCP Security Gap No One Is Talking About
Dev.to AI
Top 10 Security Mistakes Developers Make in 2026
Dev.to · SANGKUR
Chapters (24)
Intro
1:05
Start of nmap, then going over the website
3:30
Examining all the pages on the blog
4:40
Looking at the report parameter, doing some light testing for SQL Injection be
7:00
Using ffuf to bruteforce all reports matching upon a word (phrase) on the page
11:00
Attempting to figure out if the md5sum in the logs URL is random by submitting
13:00
Discovering a file upload vulnerability, faking a PDF and uploading a PHP Shel
18:25
When using a PHP Shell System() commands don't work. Uploading PHPInfo to view
21:00
Getting code execution through Popen() which wasn't blacklisted
24:30
Reverse shell returned
26:55
Discovering another webserver is running on localhost, turns out to be Wordpre
29:50
Exploiting the wordpress plugin BrandFolder to get a shell as Lexi
35:00
Lexi has an SSH Key, using SSH to access the server and then setting up a tunn
40:55
Using MySQL to reset a wordpress password, so we can log in
43:50
Gaining access to the box as John
46:30
Finding a Virtual Box file that has an encrypted VDI
48:20
Using Hashcat to crack the VirtualBox VDI File
52:55
Installing the VirtualBox extension that would allow us to utilize an encrypte
56:45
Decrypting the VirtualBox VDI Image with VBoxManage
58:45
Mounting the VirtualBox VDI Image and discovering the hard drive is encrytped
59:50
Cracking the LUKS v2 Password
1:02:00
Mounting the Luks Drive then discovering a bunch of scripts
1:03:55
Doing some bash-fu to extract all variables and run them against the ent comma
1:08:50
Another fun trick to find passphrases. Creating a regex to path for WORDS_sepe
🎓
Tutor Explanation
DeepCamp AI