
Hackthebox - Puppy Machine - Writeup
User Flag For this box we are given the credentials: levi.james / KingofAkron2025!. Let’s start with some nmap scans: sudo nmap -p$ports -sC -sV -vv -oN nmap_scripts.out puppy.htb Looking at the SMB, we can find a DEV share, but we don’t have permissions: netexec smb puppy.htb -u usernames.txt -p passwords.txt --shares We can also find more users: Let’s collect some domain information with bloodhound: python ~/workspace/tools/BloodHound.py/bloodhound.py -d puppy.htb -c all -u 'levi....