HackTheBox - Smasher2

IppSec · Beginner ·🔐 Cybersecurity ·6y ago
00:58 - Begin of Recon 02:30 - Using Wireshark to see why Nmap said HTTP 403 06:15 - Running GoBuster to identify /backup 07:05 - Performing a DNZ Zone Transfer with dig axfr 08:50 - Manually playing with the login form to hunt for SQL Injection 10:50 - Downloading files out of /backup, opening auth.py with vim and ses.so with ghidra 16:42 - Examining /auth endpoint 18:10 - Examining ses.so in Ghidra 20:31 - Renaming variables from Ghidra's decompiler to try to make sense of the code 30:00 - Examining get_internal_usr and pwd to discover the bug 33:20 - Using GDB to debug python and step throu…
Watch on YouTube ↗ (saves to browser)

Chapters (26)

0:58 Begin of Recon
2:30 Using Wireshark to see why Nmap said HTTP 403
6:15 Running GoBuster to identify /backup
7:05 Performing a DNZ Zone Transfer with dig axfr
8:50 Manually playing with the login form to hunt for SQL Injection
10:50 Downloading files out of /backup, opening auth.py with vim and ses.so with ghi
16:42 Examining /auth endpoint
18:10 Examining ses.so in Ghidra
20:31 Renaming variables from Ghidra's decompiler to try to make sense of the code
30:00 Examining get_internal_usr and pwd to discover the bug
33:20 Using GDB to debug python and step through ses.so, which makes analyzing decom
36:50 First time attaching the debugger - Seg faults for some reason.
38:30 Attaching the debugger again, this time it works. Explaining important regist
39:00 Stepping through the code trying to make sense of registers. This part may no
51:50 Logging in with Administrator:Administrator and then looking at auth.py to see
54:25 Getting command execution
55:50 Trying to get a Reverse Shell, discovering a WAF, identifying the bad characte
56:50 Configuring burp to have a hotkey to "Issue Repeater Request" so we don't have
57:18 Tips to avoid a web filter/WAF ex: {echo,test}|{ba''se64,-''-d}
1:01:00 Getting a reverse shell, then upgrading to a SSH Terminal by dropping SSH Key
1:05:05 Running LinPEAS to identify paths to privesc
1:09:10 Downloading the custom Linux Kernel Module: DHID then examine in Ghidra
1:12:00 Looking at Snowscans blog to test the dev_read function
1:14:15 Looking at the dev_mmap call
1:15:20 Looking at MWR LAbs paper on insecure MMAP use in kernel modules
1:16:30 Explaining what we are going to do - Rewrite cr

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
Millions of JS devs just got penetrated by a RAT…
Next Up
Millions of JS devs just got penetrated by a RAT…
Fireship