This article does not have a corresponding language version
Home
Writeups covering HackTheBox, CTFs, and cybersecurity.
2025-07-291470 words7 mins
HTB - Craft
Craft is a medium-difficulty Linux box that begins with exploring a public Git service called gogs. This box demonstrates a full attack chain involving an eval() injection vulnerability in a Python API, SQL credential extraction, database enumeration, and lateral movement via exposed SSH keys. …