HackTheBox - Compiled
Skills:
Network Security90%
00:00 - Introduction
01:00 - Start of nmap
03:20 - Entering our IP Address into the website and viewing the request within NC to see the useragent (git/2.45.0.windows.1)
06:50 - Going over CVE-2024-32002 which is a RCE within Git on case insensitive file systems
12:00 - Creating the malicious git project
21:15 - Our exploit didn't work, editing the post hook to be a base64 encoded powershell reverse shell
27:15 - Reverse shell returned downloading the Gitea database
31:00 - Looking at how gitea formats the PBKDF2 hash, converting it to a hashcat format
37:00 - Creating a python script to dump hashes from a gitea database in hashcat format
47:25 - Shell as Emily, discovering Visual Studio version
51:00 - Going over CVE-2024-20656 which is a privesc within Visual Studio
58:00 - Going over the code, editing it to send us a reverse shell
1:06:25 - Exploit didn't work, going back over the code and discovering it has the wrong path for visual studio
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: Network Security
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Build Your Own AI Dream Team: Craft a Multi-Agent Research Assistant in Python!
Dev.to AI
AI agent payments enable autonomous transactions using cryptocurrency and HTTP 4
Dev.to AI
The future of Web3 is autonomous AI agents paying each other for services. With
Dev.to AI
AI agent payments enable autonomous transactions using cryptocurrency and HTTP 4
Dev.to AI
Chapters (13)
Introduction
1:00
Start of nmap
3:20
Entering our IP Address into the website and viewing the request within NC to
6:50
Going over CVE-2024-32002 which is a RCE within Git on case insensitive file s
12:00
Creating the malicious git project
21:15
Our exploit didn't work, editing the post hook to be a base64 encoded powershe
27:15
Reverse shell returned downloading the Gitea database
31:00
Looking at how gitea formats the PBKDF2 hash, converting it to a hashcat forma
37:00
Creating a python script to dump hashes from a gitea database in hashcat forma
47:25
Shell as Emily, discovering Visual Studio version
51:00
Going over CVE-2024-20656 which is a privesc within Visual Studio
58:00
Going over the code, editing it to send us a reverse shell
1:06:25
Exploit didn't work, going back over the code and discovering it has the wrong
🎓
Tutor Explanation
DeepCamp AI