HackTheBox - Retired

IppSec · Beginner ·🔐 Cybersecurity ·3y ago
00:00 - Intro 01:00 - Start of nmap 01:50 - Talking about what the page parameter does and why its normally vulnerable to LFI 03:20 - Running gobuster to get a list of files on the webserver while we poke at the LFI 04:45 - Finding an LFI in combination with an EAR (Execute After Read) Vulnerability. Then examining the source code of index.php to see the vulnerability 06:50 - There was an sanitize string function that wasn't recursive, explaining how we could exploit this. 10:00 - Discovering beta.html which is a license upload, grabbing the source code and vulnerable application 13:00 - Grabb…
Watch on YouTube ↗ (saves to browser)

Chapters (24)

Intro
1:00 Start of nmap
1:50 Talking about what the page parameter does and why its normally vulnerable to
3:20 Running gobuster to get a list of files on the webserver while we poke at the
4:45 Finding an LFI in combination with an EAR (Execute After Read) Vulnerability.
6:50 There was an sanitize string function that wasn't recursive, explaining how we
10:00 Discovering beta.html which is a license upload, grabbing the source code and
13:00 Grabbing netstat like information, running processes, and memory maps with our
16:25 Playing with the activate_license executable and finding a buffer overflow
19:50 Using GDB to examine the crash, need to use set follow-fork-mode child to foll
22:55 Crashing the program with a pattern and finding the offset to RSP
23:55 Start of creating our exploit script
24:30 Extracting where activate_license and libc exists within memory using the /pro
22:55 Using objdump to dump the location of system() within the libc version running
27:57 Using ropper to search for gadgets, pop rdi - pop rdx - and one to move values
30:20 Using readelf to look for a writable space within memory for us to write our m
32:00 Building the rop chain to write our command to memory, then call system
37:43 Reverse shell returned running linpeas a
40:00 Failing to run CVE-2022-0847, not sure why
43:50 Discovering a timer that backs up the website as the dev user and its vulnerab
46:20 Examining the ememu directory in dev which is a C Program
47:30 Talking about Binfms and how we will be able to create an interpreter for exte
49:30 Talking about the cap_dac_override permission
50:20 Ex

Playlist

Uploads from IppSec · IppSec · 0 of 60

← Previous Next →
1 HHC2016 - Dungeon
HHC2016 - Dungeon
IppSec
2 HHC2016 - Terminal Speedrun
HHC2016 - Terminal Speedrun
IppSec
3 HHC2016 - Ads
HHC2016 - Ads
IppSec
4 HHC2016 - Debug
HHC2016 - Debug
IppSec
5 HHC2016 - Exception
HHC2016 - Exception
IppSec
6 HHC2016 - Analytics
HHC2016 - Analytics
IppSec
7 HHC2016 - Getting Coins
HHC2016 - Getting Coins
IppSec
8 HackTheBox - Popcorn
HackTheBox - Popcorn
IppSec
9 HackTheBox - October
HackTheBox - October
IppSec
10 HackTheBox - Arctic
HackTheBox - Arctic
IppSec
11 HackTheBox  - Tenten
HackTheBox - Tenten
IppSec
12 HackTheBox - CronOS
HackTheBox - CronOS
IppSec
13 HackTheBox - Brainfuck
HackTheBox - Brainfuck
IppSec
14 HackTheBox - Beep
HackTheBox - Beep
IppSec
15 HackTheBox - Bastard
HackTheBox - Bastard
IppSec
16 HackTheBox - Bank
HackTheBox - Bank
IppSec
17 HackTheBox - Joker
HackTheBox - Joker
IppSec
18 HackTheBox - Haircut
HackTheBox - Haircut
IppSec
19 HackTheBox - Lazy
HackTheBox - Lazy
IppSec
20 Camp CTF 2015 - Bitterman
Camp CTF 2015 - Bitterman
IppSec
21 HackTheBox - Devel
HackTheBox - Devel
IppSec
22 Reversing Malicious Office Document (Macro) Emotet(?)
Reversing Malicious Office Document (Macro) Emotet(?)
IppSec
23 HackTheBox - Granny and Grandpa
HackTheBox - Granny and Grandpa
IppSec
24 HackTheBox - Pivoting Update: Granny and Grandpa
HackTheBox - Pivoting Update: Granny and Grandpa
IppSec
25 HackTheBox - Optimum
HackTheBox - Optimum
IppSec
26 HackTheBox - Charon
HackTheBox - Charon
IppSec
27 HackTheBox - Sneaky
HackTheBox - Sneaky
IppSec
28 HackTheBox - Holiday
HackTheBox - Holiday
IppSec
29 HackTheBox - Apocalyst
HackTheBox - Apocalyst
IppSec
30 HackTheBox - Europa
HackTheBox - Europa
IppSec
31 Introduction to tmux
Introduction to tmux
IppSec
32 HackTheBox - Blocky
HackTheBox - Blocky
IppSec
33 HackTheBox - Nineveh
HackTheBox - Nineveh
IppSec
34 HackTheBox - Jail
HackTheBox - Jail
IppSec
35 HackTheBox - Blue
HackTheBox - Blue
IppSec
36 HackTheBox - Calamity
HackTheBox - Calamity
IppSec
37 HackTheBox - SolidState
HackTheBox - SolidState
IppSec
38 HackTheBox - Shrek
HackTheBox - Shrek
IppSec
39 HackTheBox - Mirai
HackTheBox - Mirai
IppSec
40 HackTheBox - Shocker
HackTheBox - Shocker
IppSec
41 HackTheBox - Mantis
HackTheBox - Mantis
IppSec
42 HackTheBox - Node
HackTheBox - Node
IppSec
43 HackTheBox - Kotarak
HackTheBox - Kotarak
IppSec
44 HackTheBox - Enterprise
HackTheBox - Enterprise
IppSec
45 HackTheBox - Sense
HackTheBox - Sense
IppSec
46 HackTheBox - Minion
HackTheBox - Minion
IppSec
47 VulnHub - Sokar
VulnHub - Sokar
IppSec
48 VulnHub - Pinkys Palace v2
VulnHub - Pinkys Palace v2
IppSec
49 HackTheBox - Inception
HackTheBox - Inception
IppSec
50 Vulnhub - Trollcave 1.2
Vulnhub - Trollcave 1.2
IppSec
51 HackTheBox - Ariekei
HackTheBox - Ariekei
IppSec
52 HackTheBox - Bashed
HackTheBox - Bashed
IppSec
53 HackTheBox - Flux Capacitor
HackTheBox - Flux Capacitor
IppSec
54 HackTheBox - Jeeves
HackTheBox - Jeeves
IppSec
55 HackTheBox - Tally
HackTheBox - Tally
IppSec
56 HackTheBox - CrimeStoppers
HackTheBox - CrimeStoppers
IppSec
57 HackTheBox - Fulcrum
HackTheBox - Fulcrum
IppSec
58 HackTheBox - Chatterbox
HackTheBox - Chatterbox
IppSec
59 HackTheBox - Falafel
HackTheBox - Falafel
IppSec
60 HackTheBox - Nibbles
HackTheBox - Nibbles
IppSec
HOW the NSA monitors your VPN
Next Up
HOW the NSA monitors your VPN
David Bombal (backup)