HackTheBox - Cypher
Skills:
Network Security90%
00:00 - Introduction
00:40 - Start of nmap
03:40 - Sending a single quote in login and causing an error that has a stack trace tied to it, can see the cypher query it is running
06:50 - Forcing the Cypher Query to return true creating an authentication bypass in cypher queries
08:05 - Also showing we can exfiltrate data through out of band injection with LOAD CSV in cypher queries
10:20 - Playing around with the neo4j database by running cypher queries
13:00 - Discovering a custom function getUrlStatusCode, finding the java source code and finding an RCE via command injection
18:00 - Getting a shell on the box by exploiting the custom function, finding a neo4j password that gets us the GraphASM User
20:00 - Also showing the /api/cypher endpoint didn't require authentication
24:30 - Finding out GraphASM can run bbot with sudo, showing we can leak partial files by just putting the file as a target
28:00 - Getting RCE by creating a malicious config that lets us load a custom bbot module
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
⚡
⚡
⚡
⚡
Stop trusting your agent skills with vibes. Eliminate the context security risk.
Dev.to · Tessl
Investigating a Command Injection Attack — SOC168: Whoami Command Detected in Request Body |…
Medium · Cybersecurity
pwning Facts
Medium · Cybersecurity
Detecting Dangerous Shell Commands in Rust — Building a Safety Layer
Dev.to · hiyoyo
Chapters (11)
Introduction
0:40
Start of nmap
3:40
Sending a single quote in login and causing an error that has a stack trace ti
6:50
Forcing the Cypher Query to return true creating an authentication bypass in c
8:05
Also showing we can exfiltrate data through out of band injection with LOAD CS
10:20
Playing around with the neo4j database by running cypher queries
13:00
Discovering a custom function getUrlStatusCode, finding the java source code a
18:00
Getting a shell on the box by exploiting the custom function, finding a neo4j
20:00
Also showing the /api/cypher endpoint didn't require authentication
24:30
Finding out GraphASM can run bbot with sudo, showing we can leak partial files
28:00
Getting RCE by creating a malicious config that lets us load a custom bbot mod
🎓
Tutor Explanation
DeepCamp AI