Skip to main content

2 posts tagged with "PostgreSQL"

PostgreSQL is an open-source relational database management system that supports standard SQL and provides features like transactions, views, and stored procedures. It's known for reliability, scalability, and extensibility, making it a popular choice for complex data systems.

View All Tags

HTB | Vaccine | Write-Up

· 23 min read

Summary:

We test connectivity and scan the target, then use anonymous FTP access to download and crack a zip archive using John the Ripper. Analyzing the source code and exploiting a hardcoded hash gives us web app access via compromised credentials.

We identify an SQL injection vulnerability, gain control, and upgrade to a reverse shell with low-privileged access. As we enumerate the machine, we find privilege escalation opportunities and exploit SUDO vulnerabilities to gain root access, ultimately obtaining both user and root flags.

Machine Name: Vaccine | Difficulty: Easy | OS: Linux