HackTheBox - Ghost
00:00 - Intro
01:00 - Start of nmap
05:20 - Taking a look at all the websites
06:45 - Showing why you should be careful when enumerating VHOSTS, also using gobuster in DNS mode since there are multiple web services and a DNS Server
12:45 - Discovering LDAP Injection in intranet page
15:40 - Showing how our LDAP Injection is boolean injection which lets us enumerate data in LDAP
21:30 - Creating a python program to perform the boolean injection
33:15 - Got the password for gitea_temp_principal
35:00 - Looking at the Intranet Backend code that was in Gitea which is written in Rust using the Rocket Web Library, finding a RCE but it protected by auth
41:00 - Looking at the Blog project in Gitea, that shows there is a modification to the Ghost CMS Application which has a File Disclosure vulnerability
45:30 - Exploiting the File Disclosure in the blog, downloading the SQL Lite Database, Grabbing the API Key from the environment and then getting a shell through the Rust API
50:00 - Shell returned on intranet container, discovering a SSH Control Master socket, which lets us ssh into the dev workstation without a password
56:00 - On the workstation, Florence.Ramirez has a KRB Ticket, downloading it and then testing it
58:30 - Running bloodhound, which is giving us trouble because of some weird connection issues as Impacket isn't trying all the IP's given for a DC.
01:09:20 - Editing our bloodhound to hardcode the IP Address, which is a really hacky thing to do, but it worked. Then looking at Bloodhound and not seeing much
01:17:20 - Using dnstool to create a DNS Record on the domain controller, then responder to steal the hash of a user trying to connect to that item
01:21:00 - Got Justin.Bradley's password, who can grab dump the GMSA Password, getting the ADFS Service accounts password
01:27:15 - Dumping the ADFS Data (ADFSDump), then using ADFSpoof to perform the Golden SAML Attack to impersonate Administrator on a federated web login
01:42:00 - Logged into core as adminis
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
⚡
⚡
⚡
⚡
SQL to Python: The Exact Transition Every BA Needs to Make
Medium · Data Science
SQL to Python: The Exact Transition Every BA Needs to Make
Medium · Python
Psychology of Decision Support Systems (DSS)
Medium · Data Science
Snowflake Cortex AI: Your Smartest Hire That Never Sleeps
Medium · Data Science
Chapters (19)
Intro
1:00
Start of nmap
5:20
Taking a look at all the websites
6:45
Showing why you should be careful when enumerating VHOSTS, also using gobuster
12:45
Discovering LDAP Injection in intranet page
15:40
Showing how our LDAP Injection is boolean injection which lets us enumerate da
21:30
Creating a python program to perform the boolean injection
33:15
Got the password for gitea_temp_principal
35:00
Looking at the Intranet Backend code that was in Gitea which is written in Rus
41:00
Looking at the Blog project in Gitea, that shows there is a modification to th
45:30
Exploiting the File Disclosure in the blog, downloading the SQL Lite Database,
50:00
Shell returned on intranet container, discovering a SSH Control Master socket,
56:00
On the workstation, Florence.Ramirez has a KRB Ticket, downloading it and then
58:30
Running bloodhound, which is giving us trouble because of some weird connectio
1:09:20
Editing our bloodhound to hardcode the IP Address, which is a really hacky thi
1:17:20
Using dnstool to create a DNS Record on the domain controller, then responder
1:21:00
Got Justin.Bradley's password, who can grab dump the GMSA Password, getting th
1:27:15
Dumping the ADFS Data (ADFSDump), then using ADFSpoof to perform the Golden SA
1:42:00
Logged into core as adminis
🎓
Tutor Explanation
DeepCamp AI