HackTheBox - Intuition
00:00 - Introduction
01:07 - Start of nmap
04:00 - Discovering the application is flask based upon 404 page, showing Werkzeug source to show where the error comes from
08:30 - Noticing the cookie is odd but since input is escaped, it doesn't look that insecure
10:40 - Discovering XSS in the Report Submission form and stealing cookies and get a moderator cookie
17:20 - In the Moderator Panel, set to high priority, xss again to get administrator
22:00 - Playing with the Report URL on the Create Report Page
31:50 - Discovering Python URLLib 3.11 has a URL Parsing vulnerability CVE-2023-24329
34:11 - Getting /etc/passwd, then grabbing the source to the application and discovering FTP Creds, use SSRF to interact with FTP
40:20 - Shell returned, grabbing the SQLite Database and getting a password
48:50 - Downloading the source to runner1 off the FTP Server
54:20 - Using hashcat bruteforce to crack the AUTH_KEY since we know all but the last 4 characters
56:30 - Discovering Suricata is running, looking at logs to get the credential lopez uses to login to ftp
1:04:30 - Playing with Runner2, figuring out the JSON it wants
1:09:40 - Exploiting the command injection because its using system() when installing a role
1:13:20 - Getting code execution another way! Using an ansible vulnerability CVE-2023-5115
1:22:20 - A completely unintended exploit, using the Selenium Grid container
1:24:20 - Escaping the Firefox process/Kiosk by having PDF's open Bash
1:26:20 - We are root on the container, low privilege on the host - In this scenario we can privesc on the host by sharing the disk from the container.
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
Related AI Lessons
⚡
⚡
⚡
⚡
Understanding CVE, CVSS, and CWE in Modern Cybersecurity
Medium · Cybersecurity
Defense in Depth: Why One Lock Is Never Enough
Medium · Cybersecurity
Why Cybersecurity is a Business Priority for U.S. Companies in 2025
Dev.to AI
The Hidden Security Problem in IoT Asset Tracking Systems
Medium · Cybersecurity
Chapters (19)
Introduction
1:07
Start of nmap
4:00
Discovering the application is flask based upon 404 page, showing Werkzeug sou
8:30
Noticing the cookie is odd but since input is escaped, it doesn't look that in
10:40
Discovering XSS in the Report Submission form and stealing cookies and get a m
17:20
In the Moderator Panel, set to high priority, xss again to get administrator
22:00
Playing with the Report URL on the Create Report Page
31:50
Discovering Python URLLib 3.11 has a URL Parsing vulnerability CVE-2023-24329
34:11
Getting /etc/passwd, then grabbing the source to the application and discoveri
40:20
Shell returned, grabbing the SQLite Database and getting a password
48:50
Downloading the source to runner1 off the FTP Server
54:20
Using hashcat bruteforce to crack the AUTH_KEY since we know all but the last
56:30
Discovering Suricata is running, looking at logs to get the credential lopez u
1:04:30
Playing with Runner2, figuring out the JSON it wants
1:09:40
Exploiting the command injection because its using system() when installing a
1:13:20
Getting code execution another way! Using an ansible vulnerability CVE-2023-51
1:22:20
A completely unintended exploit, using the Selenium Grid container
1:24:20
Escaping the Firefox process/Kiosk by having PDF's open Bash
1:26:20
We are root on the container, low privilege on the host - In this scenario we
🎓
Tutor Explanation
DeepCamp AI