HackTheBox - Travel
00:00 - Intro
00:58 - Start of recon, discovering a bunch of hostnames in a cert
04:24 - Running wpscan against blog.travel.htb
06:10 - Running the raft-large-files.txt against blog-dev.travel.htb to discover the git repo
07:45 - Using git-dumper to download the git repo
10:28 - Examining the git project to discover what it is and where its installed on the webserver
14:20 - Discovering a debug file
16:30 - Hunting for where web app accepts user input
19:10 - Getting the server to make a request back to us
21:00 - Examining what debug.php is telling us (memcache)
26:15 - Hunting around wordpress/simplepie to see how it is using memcache
33:00 - Begin of trying to poison the memcache object, talking about bypass the ip filter via hex encoding the ip
36:00 - Bypassing the file:// filter by using gopher to smuggle in a request to memcache. Using gopherus
39:15 - Explaining what gopherus is doing
41:48 - Creating a php serialized object to drop a file to the webserver
44:24 - Having gopherus generate a malicious payload then dropping a web shell to the server
47:00 - Getting a reverse shell
50:50 - Examining the MySQL database
53:45 - Discovering the wordpress backup file with additional users
56:40 - Logging in with lynik-admin and cracked password from WP backup. Finding ldaprc and viminfo
58:45 - Downloading Apache Directory Studio so we have a gui to LDAP
59:45 - Using SSH to forwarding port 389 to our box, so our LDAP Gui can access the service
01:04:00- Using Apache Directory Studio to modify a users password
01:06:00 - Using Apache Directory Studio to add an SSH Key
01:09:10 - Using Apache Directory Studio to modify the user group to sudo, then we can sudo su to root
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
Related AI Lessons
⚡
⚡
⚡
⚡
Your Pipeline Is 28.6h Behind: Catching Science Sentiment Leads with Pulsebit
Dev.to · Pulsebit News Sentiment API
The First 30 Minutes I Spend When I Open a New Dataset
Medium · Data Science
Python for Data Science — Mini Project: File-Based Data Processor
Medium · Data Science
Python for Data Science — Mini Project: File-Based Data Processor
Medium · Python
Chapters (24)
Intro
0:58
Start of recon, discovering a bunch of hostnames in a cert
4:24
Running wpscan against blog.travel.htb
6:10
Running the raft-large-files.txt against blog-dev.travel.htb to discover the g
7:45
Using git-dumper to download the git repo
10:28
Examining the git project to discover what it is and where its installed on th
14:20
Discovering a debug file
16:30
Hunting for where web app accepts user input
19:10
Getting the server to make a request back to us
21:00
Examining what debug.php is telling us (memcache)
26:15
Hunting around wordpress/simplepie to see how it is using memcache
33:00
Begin of trying to poison the memcache object, talking about bypass the ip fil
36:00
Bypassing the file:// filter by using gopher to smuggle in a request to memcac
39:15
Explaining what gopherus is doing
41:48
Creating a php serialized object to drop a file to the webserver
44:24
Having gopherus generate a malicious payload then dropping a web shell to the
47:00
Getting a reverse shell
50:50
Examining the MySQL database
53:45
Discovering the wordpress backup file with additional users
56:40
Logging in with lynik-admin and cracked password from WP backup. Finding ldap
58:45
Downloading Apache Directory Studio so we have a gui to LDAP
59:45
Using SSH to forwarding port 389 to our box, so our LDAP Gui can access the se
1:06:00
Using Apache Directory Studio to add an SSH Key
1:09:10
Using Apache Directory Studio to modify the user group to sudo, then we can su
🎓
Tutor Explanation
DeepCamp AI