Skip to main content

One post tagged with "MSSQL"

Microsoft SQL Server (MSSQL) is a relational database management system developed by Microsoft. It stores and manages structured data in tables and allows programming in Transact-SQL (T-SQL). Widely used for enterprise applications, web development, and analytics, MSSQL offers scalability, reliability, and high-performance capabilities.

View All Tags

HTB | Archetype | Write-Up

· 19 min read

Summary:

This article guides users through completing the Archetype machine challenge on Hack The Box. We exploit vulnerabilities on a Microsoft SQL Server by enumerating SMB shares, finding clear text credentials, and using Impacket to authenticate and gain an authorized connection. We then escalate privileges and download Netcat to establish a reverse shell, grab the user flag, and eventually use Impacket's psexec tool to gain admin access and retrieve the root flag before terminating the connection.

Machine Name: Archetype | Difficulty: Easy | OS: Windows