KORP Terminal
Writeup for KORP Terminal (Web) - HackTheBox Cyber Apocalypse CTF (2024) π
Last updated
Writeup for KORP Terminal (Web) - HackTheBox Cyber Apocalypse CTF (2024) π
Last updated
Your faction must infiltrate the KORPβ’ terminal and gain access to the Legionaries' privileged information and find out more about the organizers of the Fray. The terminal login screen is protected by state-of-the-art encryption and security protocols.
Greeted by a login page. If we send single quotes in username/password box it triggers a MySQL error π
Tried SQLMap but it fails due to 401: Unauthorized
.
Luckily, we can just ignore that HTTP code.
Find the databases.
Then the tables.
Dump the passwords.
Crack the bcrypt
hash with john
.
Log in to the app and receive the flag.
Flag: HTB{t3rm1n4l_cr4ck1ng_sh3n4nig4n5}