HackThebox - Boardlight
00:00 - Introduction
00:50 - Start of nmap
04:00 - Running a VHOST Scan to discover CRM Subdomain
04:50 - Discovering Dolibarr is running at version 17.0.0 which is vulnerable to CVE-2023-30253
05:30 - Discovering default credentials of admin:admin work then running the exploit
07:30 - Using BurpSuite to act as a Transparent/In-Line proxy so we can proxy the exploit script without editing it, so we can understand what it does
12:45 - Manually stepping through the exploit to understand exactly what it does
19:15 - Reverse shell returned, dumping the local database
22:50 - Just trying the MySQL Password with Larissa and finding password re-use
25:20 - Discovering a SetUID Binary called Enlightenment_sys getting the version from dpkg and finding it vulnerable to CVE-2022-37706 and getting root
30:00 - BEYOND Root: Understanding how the Enlightenment_sys privesc works and doing source code analysis
35:00 - Discovering why the exploit uses /tmp///net
38:35 - Looking at how the command injection happens
40:55 - Looking at why we couldn't use www-data to exploit this binary
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: Tool Use & Function Calling
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Before You Touch Data: Business Understanding & Data Collection
Medium · Data Science
GBase 8a Backup and Restore Guide: Full and Incremental Backups with gbackup
Dev.to · Michael
5 Production Stacks for Live Data Ingestion at Scale (Without Getting Blocked)
Dev.to · Prithwish Nath
BI plus process mining for Insurance: seeing variants, bottlenecks, conformance,+B87 and recovery economics
Dev.to · Ananthapathmanabhan A
Chapters (14)
Introduction
0:50
Start of nmap
4:00
Running a VHOST Scan to discover CRM Subdomain
4:50
Discovering Dolibarr is running at version 17.0.0 which is vulnerable to CVE-2
5:30
Discovering default credentials of admin:admin work then running the exploit
7:30
Using BurpSuite to act as a Transparent/In-Line proxy so we can proxy the expl
12:45
Manually stepping through the exploit to understand exactly what it does
19:15
Reverse shell returned, dumping the local database
22:50
Just trying the MySQL Password with Larissa and finding password re-use
25:20
Discovering a SetUID Binary called Enlightenment_sys getting the version from
30:00
BEYOND Root: Understanding how the Enlightenment_sys privesc works and doing s
35:00
Discovering why the exploit uses /tmp///net
38:35
Looking at how the command injection happens
40:55
Looking at why we couldn't use www-data to exploit this binary
🎓
Tutor Explanation
DeepCamp AI