
HTB: Access - OSCP Prep Write-up
Old school. Access is a machine that takes you through a chain of credential pivoting across legacy protocols and file formats you do not see every day - no exploits, no CVEs, just enumeration and following the breadcrumbs wherever they lead. Machine info Name Access Platform HackTheBox OS Windows Difficulty Easy TL;DR Anonymous FTP exposes backup.mdb (Microsoft Access database) and Access Control.zip (AES-encrypted) backup.mdb contains an auth_user table with credentials - including the password to decrypt the ZIP The ZIP holds a PST file; reading the extracted email reveals the security account password in plaintext Telnet login as security -> user shell cmdkey /list shows saved credentials for ACCESS\Administrator; runas /savecred gives Administrator access Enumeration Port 21 was open and I went straight for it - anonymous FTP is one of those findings you want to verify immediately. ...

