HackTheBox - Sharp
00:00 - Intro
01:00 - Start of nmap
03:10 - Running CrackMapExec to discover null authentication and an open share
05:20 - Running Spider_Plus with CME then JQ to parse the output
07:45 - Looking into KanBan
09:30 - Using smbclient to download files
13:20 - Running Impacket's SMBServer so we can easily copy things between our linux and windows VM
14:45 - Editing the KanBan config to perform a "password reset", log into kanban and then decrypt the passwords.
22:45 - Using DnSpy to decompile KanBan (dotnet) and then extract the Crypto Keys
25:20 - Creating a python script to decrypt items in the KanBan config
31:10 - Using CME to password spray with the credentials from KanBan, running spider plus again then downloading files
37:50 - Using DnSpy yet again to decompile the new executables, discovering dotnet remoting and credentials
42:00 - Looking into exploiting .net remoting to discover ExploitRemotingService and Ysoserial.net
48:30 - Sharing the OpenVPN Connection from Linux with Windows so we can have two boxes connected simultaniously
55:12 - All the commands needed to turn our linux machine into a router with NAT
57:48 - Getting a reverse shell by executing the ExploitRemotingService Binary with the payload from ysoserial .net
59:20 - Using Compress-Archive to zip up the WCF Directory then copy it to our linux and windows machines
1:02:00 - Analyzing the WCF Source in Visual Studio to discover we can execute powershell
1:07:20 - Attempting to run the binary but get login failure, using net use with /netonly to run the binary with the lars creds
1:09:50 - Running the InvokePowerShell method with a reverse shell to get system
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
⚡
⚡
⚡
⚡
Virtual Keyboard Login with PingOne Advanced Identity Cloud
Medium · Cybersecurity
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
Chapters (20)
Intro
1:00
Start of nmap
3:10
Running CrackMapExec to discover null authentication and an open share
5:20
Running Spider_Plus with CME then JQ to parse the output
7:45
Looking into KanBan
9:30
Using smbclient to download files
13:20
Running Impacket's SMBServer so we can easily copy things between our linux an
14:45
Editing the KanBan config to perform a "password reset", log into kanban and t
22:45
Using DnSpy to decompile KanBan (dotnet) and then extract the Crypto Keys
25:20
Creating a python script to decrypt items in the KanBan config
31:10
Using CME to password spray with the credentials from KanBan, running spider p
37:50
Using DnSpy yet again to decompile the new executables, discovering dotnet rem
42:00
Looking into exploiting .net remoting to discover ExploitRemotingService and Y
48:30
Sharing the OpenVPN Connection from Linux with Windows so we can have two boxe
55:12
All the commands needed to turn our linux machine into a router with NAT
57:48
Getting a reverse shell by executing the ExploitRemotingService Binary with th
59:20
Using Compress-Archive to zip up the WCF Directory then copy it to our linux a
1:02:00
Analyzing the WCF Source in Visual Studio to discover we can execute powershel
1:07:20
Attempting to run the binary but get login failure, using net use with /netonl
1:09:50
Running the InvokePowerShell method with a reverse shell to get system
🎓
Tutor Explanation
DeepCamp AI