HackTheBox - Previse
00:00 - Intro
01:00 - Start of nmap
02:00 - Running GoBuster, discovering the redirects have filesizes
03:00 - Showing the Execute After Read vulnerability (EAR) by using BurpSuite to hit / and discovering the page
04:00 - Using grep to show us only what we want (oP)
06:30 - Using BurpSuite to intercept the response to the request so we can disable the redirect (EAR). Then using the webform to create an account (IDOR)
08:00 - Examining the website source, using grep to look for places with user input
11:30 - Testing the logs.php page for shell injection, then getting a reverse shell
13:30 - Going into the webconfig to get database creds, then dump and crack creds
19:50 - Testing local users with the passwords from the database to get m4lwhere's creds
20:25 - Checking sudo to see something is weird, the env_reset/secure_path is not there. (this is configured in /etc/sudoers)
22:10 - Explaining Path Injection, then taking advantage of a script in sudo not using absolute paths
25:30 - Going back to explain things, weird behavior of the webserver always hanging. Maybe it was trying to send me a webshell? idk
28:00 - Fuzzing parameters of accounts.php to create accounts. But first discovering how important the Content-Type header is!
30:50 - Using WFUZZ to fuzz the confirmation parameter
35:20 - Explaining how the EAR Vulnerability happened in the code and how to fix it
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
⚡
⚡
⚡
⚡
Why Businesses Quietly Accept Technology Friction as “Normal”
Medium · Cybersecurity
The Model You Just Downloaded Might Own Your Network — What I Learned Building Defenses Against AI…
Medium · Cybersecurity
I Found Backdoored AI Models on Hugging Face — And So Has Everyone Else Who Bothered to Look
Medium · Cybersecurity
The XSS Escalation Playbook: From Basic Reflection to DOM Breakouts
Medium · Cybersecurity
Chapters (16)
Intro
1:00
Start of nmap
2:00
Running GoBuster, discovering the redirects have filesizes
3:00
Showing the Execute After Read vulnerability (EAR) by using BurpSuite to hit /
4:00
Using grep to show us only what we want (oP)
6:30
Using BurpSuite to intercept the response to the request so we can disable the
8:00
Examining the website source, using grep to look for places with user input
11:30
Testing the logs.php page for shell injection, then getting a reverse shell
13:30
Going into the webconfig to get database creds, then dump and crack creds
19:50
Testing local users with the passwords from the database to get m4lwhere's cre
20:25
Checking sudo to see something is weird, the env_reset/secure_path is not ther
22:10
Explaining Path Injection, then taking advantage of a script in sudo not using
25:30
Going back to explain things, weird behavior of the webserver always hanging.
28:00
Fuzzing parameters of accounts.php to create accounts. But first discovering h
30:50
Using WFUZZ to fuzz the confirmation parameter
35:20
Explaining how the EAR Vulnerability happened in the code and how to fix it
🎓
Tutor Explanation
DeepCamp AI