HackTheBox - Retired
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
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 - Dungeon
IppSec
HHC2016 - Terminal Speedrun
IppSec
HHC2016 - Ads
IppSec
HHC2016 - Debug
IppSec
HHC2016 - Exception
IppSec
HHC2016 - Analytics
IppSec
HHC2016 - Getting Coins
IppSec
HackTheBox - Popcorn
IppSec
HackTheBox - October
IppSec
HackTheBox - Arctic
IppSec
HackTheBox - Tenten
IppSec
HackTheBox - CronOS
IppSec
HackTheBox - Brainfuck
IppSec
HackTheBox - Beep
IppSec
HackTheBox - Bastard
IppSec
HackTheBox - Bank
IppSec
HackTheBox - Joker
IppSec
HackTheBox - Haircut
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 - Apocalyst
IppSec
HackTheBox - Europa
IppSec
Introduction to tmux
IppSec
HackTheBox - Blocky
IppSec
HackTheBox - Nineveh
IppSec
HackTheBox - Jail
IppSec
HackTheBox - Blue
IppSec
HackTheBox - Calamity
IppSec
HackTheBox - SolidState
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 - Bashed
IppSec
HackTheBox - Flux Capacitor
IppSec
HackTheBox - Jeeves
IppSec
HackTheBox - Tally
IppSec
HackTheBox - CrimeStoppers
IppSec
HackTheBox - Fulcrum
IppSec
HackTheBox - Chatterbox
IppSec
HackTheBox - Falafel
IppSec
HackTheBox - Nibbles
IppSec
DeepCamp AI