HackTheBox - Awkward
00:00 - Introduction
01:00 - Start of nmap
02:00 - Taking a look at the web page, finding users on the site, and using FFUF to VHost Enumeration due to talking about a store
04:25 - Fingerprinting the websites, dev looks to be PHP and the main page appears to be Vue
07:55 - Exploring the vue app in Firefox Dev Tools, discovering some routes in the webpack which lead to an API
11:50 - An JWT error message is displayed when accessing some API Pages, removing the token and bypassing authentication
13:10 - Explaining why the web application skips authentication when a cookie is not present, and showing how similar it was to the OMIGod Vulnerability
15:40 - Extracting all users from the page and then using curl to save the hashes to a file. Use CrackStation to crack hashes and get a cred
21:20 - Logged in as Christopher.Jones, checking the Online Store Status link which is vulnerable to SSRF
23:45 - Using FFUF to fuzz for all possible ports and using a bash trick to create a wordlist based upon a range of numbers without creating a file
29:40 - Discovering some API Documentation on a page on port 3002
31:10 - The API all-leave page uses awk, and we can abuse this binary to perform a file disclosure vulnerability if we can poison user names.
33:40 - Using hashcat to crack our JWT
35:30 - Creating a python script to generate JWT's which allow us to exploit awk and exfil files off the server
42:00 - Python script completed, leaking some files and discovering a unique file in a users .bashrc
48:00 - Having trouble exporting the backup file, and modifying our script to write binary files which allow us to download the tar.gz backup
54:00 - Discovering bean's credentials in his xpad directory and logging in
56:20 - Running a process list on the box shows inotify is watching an interesting file that is only writable by www-data
59:40 - Looking for system() calls in the PHP app and discovering a sed command. We can exploit this like we did awk to get code execution without an
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
⚡
⚡
⚡
⚡
When Feelings Need a Graph How SurrealDB Became the Heart of Our Mental Wellness #SurrealDB #MongoDB #MentalHealthAI #MultiModal
Dev.to · BAPANAPALLI PRANEETA
I Tried Harder With AI , But It Only Worked When I Simplified My Thinking
Medium · AI
Why OpenAI Privacy Filter feels like real AI infrastructure
Medium · LLM
GPT-5.5 vs Claude Opus vs Gemini — real benchmark breakdown
Dev.to AI
Chapters (19)
Introduction
1:00
Start of nmap
2:00
Taking a look at the web page, finding users on the site, and using FFUF to VH
4:25
Fingerprinting the websites, dev looks to be PHP and the main page appears to
7:55
Exploring the vue app in Firefox Dev Tools, discovering some routes in the web
11:50
An JWT error message is displayed when accessing some API Pages, removing the
13:10
Explaining why the web application skips authentication when a cookie is not p
15:40
Extracting all users from the page and then using curl to save the hashes to a
21:20
Logged in as Christopher.Jones, checking the Online Store Status link which is
23:45
Using FFUF to fuzz for all possible ports and using a bash trick to create a w
29:40
Discovering some API Documentation on a page on port 3002
31:10
The API all-leave page uses awk, and we can abuse this binary to perform a fil
33:40
Using hashcat to crack our JWT
35:30
Creating a python script to generate JWT's which allow us to exploit awk and e
42:00
Python script completed, leaking some files and discovering a unique file in a
48:00
Having trouble exporting the backup file, and modifying our script to write bi
54:00
Discovering bean's credentials in his xpad directory and logging in
56:20
Running a process list on the box shows inotify is watching an interesting fil
59:40
Looking for system() calls in the PHP app and discovering a sed command. We ca
🎓
Tutor Explanation
DeepCamp AI