HackTheBox - Fatty
00:00 - Intro
02:10 - Using wget to recursively download files off an annonymous FTP Server
06:00 - Attempting to execute the Java Thick Client, then switching to Java version 8 and trying again
08:00 - Seeing the Thick Client makes some DNS Requests, make the DNS Request resolve and attempt to intercept with Burp
11:00 - BurpSuite failed us, using SOCAT to forward the traffic and exploring the Thick Client features
15:20 - Using CFR to decompile a Java JAR File then VS Studio Code to analyze the source
20:40 - Downloading Eclipse and then configuring it to utilize Java 8 and creating a Hello World Java Application
25:30 - Importing a Java JAR File into our Java Project then calling Login
33:40 - Replicating the functionality to identify what Role we are, then other functions
37:45 - Calling the Invoker Class to execute methods on the server
42:50 - Attempting to call methods that the GUI prohibited us from
45:30 - Using ShowFiles to see we can list files in our parent directory, then using Open to download files
53:40 - Failing to download the fatty-server.jar file due to encoding issues
58:40 - Unsealing the JAR File so we can edit the Invoker Class Object to fix our encoding issue by creating a binaryOpen function
1:10:00 - Utilizing our new binaryOpen function to write to a file
1:14:45 - Debugging a null pointer error, our binaryOpen function returned nothing!
1:21:00 - Decompiling the downloaded fatty server and analyzing it to discover a SQL Injection and Deserialization vector
1:28:50 - Playing with SQL Injections in the username to get an admin session
1:40:00 - Modifying the ChangePW Function to allow us to send malicious payloads, then using ysoserial to generate a payload
1:48:30 - Using CommonsCollections5 to generate a malicious payload to send and getting a reverse shell
1:57:17 - Getting PsSpy on the box and discovering SCP is pulling files
1:59:50 - Explaining what our exploit path is, having a tar overwrite itself and point to authorized_keys then
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
⚡
⚡
⚡
⚡
I Managed WordPress Security Across 1500+ Clients. The Main Reason WP Sites Get Hacked.
Dev.to AI
What Is YubiKey Authentication & How It Works
Dev.to · Mrunank Pawar
I Used to Ignore “Boring” Vulnerabilities… Until One Paid More Than a Critical
Medium · Data Science
I Used to Ignore “Boring” Vulnerabilities… Until One Paid More Than a Critical
Medium · Programming
Chapters (22)
Intro
2:10
Using wget to recursively download files off an annonymous FTP Server
6:00
Attempting to execute the Java Thick Client, then switching to Java version 8
8:00
Seeing the Thick Client makes some DNS Requests, make the DNS Request resolve
11:00
BurpSuite failed us, using SOCAT to forward the traffic and exploring the Thic
15:20
Using CFR to decompile a Java JAR File then VS Studio Code to analyze the sour
20:40
Downloading Eclipse and then configuring it to utilize Java 8 and creating a H
25:30
Importing a Java JAR File into our Java Project then calling Login
33:40
Replicating the functionality to identify what Role we are, then other functio
37:45
Calling the Invoker Class to execute methods on the server
42:50
Attempting to call methods that the GUI prohibited us from
45:30
Using ShowFiles to see we can list files in our parent directory, then using O
53:40
Failing to download the fatty-server.jar file due to encoding issues
58:40
Unsealing the JAR File so we can edit the Invoker Class Object to fix our enco
1:10:00
Utilizing our new binaryOpen function to write to a file
1:14:45
Debugging a null pointer error, our binaryOpen function returned nothing!
1:21:00
Decompiling the downloaded fatty server and analyzing it to discover a SQL Inj
1:28:50
Playing with SQL Injections in the username to get an admin session
1:40:00
Modifying the ChangePW Function to allow us to send malicious payloads, then u
1:48:30
Using CommonsCollections5 to generate a malicious payload to send and getting
1:57:17
Getting PsSpy on the box and discovering SCP is pulling files
1:59:50
Explaining what our exploit path is, having a tar overwrite itself and point t
🎓
Tutor Explanation
DeepCamp AI