#Machine-Walkthrough
5 posts

HackTheBox Editorial machine Walkthrough

HackTheBox Busqueda machine Walkthrough

HackTheBox keeper machine Walkthrough
Keeper is an easy level Hackthebox machine, which runs SSH and Web services. The web server uses default service credentials and provides admin level access on the web server. The SSH password of a user is leaked on the web server which can be used to obtain the user level access of the machine. The home directory of the user is serving a memory dump. This dump teaches the CVE-2023-32784. This was a vulnerability in the Keepass, where the master password of password vault Keepass is stored in the memory. The exploit of this CVE is used to obtained master password of the vault. This vault has the root user putty key file, which was converted to the SSH private key format and was being used to obtain root level access.

TryHackMe Cmess machine Walkthrough
Cmess is a Linux machine which contains exposed passwords, no restriction on file upload and a crontab privilege escalation.

HackTheBox Lame Machine WriteUps
A beginner track machine from HackTheBox