<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>HackTheBox on Maccioni Andrea - Portfolio</title>
    <link>https://maccioniandrea.com/categories/hackthebox/</link>
    <description>Recent content in HackTheBox on Maccioni Andrea - Portfolio</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 14 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://maccioniandrea.com/categories/hackthebox/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Gavel - HackTheBox Writeup</title>
      <link>https://maccioniandrea.com/posts/htb-gavel-writeup/</link>
      <pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://maccioniandrea.com/posts/htb-gavel-writeup/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Difficulty:&lt;/strong&gt; Medium&lt;br&gt;
&lt;strong&gt;Operating System:&lt;/strong&gt; Linux&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;executive-summary&#34;&gt;Executive Summary&lt;/h1&gt;
&lt;p&gt;Gavel is a Linux machine that combines source code disclosure, application security flaws, and custom software analysis to achieve full system compromise.&lt;/p&gt;
&lt;p&gt;The attack begins with an exposed Git repository, leading to source code disclosure and identification of a PDO placeholder confusion vulnerability. After obtaining administrative access to the web application, arbitrary PHP code execution is achieved through insecure runtime rule evaluation. Finally, a custom root-owned service is reversed and abused to gain root privileges.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Interpreter - HackTheBox Writeup</title>
      <link>https://maccioniandrea.com/posts/htb-interpreter-writeup/</link>
      <pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://maccioniandrea.com/posts/htb-interpreter-writeup/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Difficoltà:&lt;/strong&gt; Medium&lt;br&gt;
&lt;strong&gt;OS:&lt;/strong&gt; Linux (Debian 12)&lt;br&gt;
&lt;strong&gt;IP:&lt;/strong&gt; 10.129.5.191&lt;br&gt;
&lt;strong&gt;Categorie:&lt;/strong&gt; CVE, Deserialization, Python Injection, Privilege Escalation&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id=&#34;indice&#34;&gt;Indice&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;#panoramica&#34;&gt;Panoramica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#ricognizione&#34;&gt;Ricognizione&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#foothold--cve-2023-43208-mirth-connect-rce&#34;&gt;Foothold — CVE-2023-43208 (Mirth Connect RCE)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#lateral-movement--crack-hash-pbkdf2-e-accesso-ssh-come-sedric&#34;&gt;Lateral Movement — Crack hash PBKDF2 e accesso SSH come &lt;code&gt;sedric&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#privilege-escalation--python-f-string-injection-su-notifpy&#34;&gt;Privilege Escalation — Python F-String Injection su &lt;code&gt;notif.py&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#lezioni-apprese&#34;&gt;Lezioni Apprese&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id=&#34;panoramica&#34;&gt;Panoramica&lt;/h2&gt;
&lt;p&gt;La macchina &lt;strong&gt;Interpreter&lt;/strong&gt; simula un ambiente ospedaliero reale che utilizza &lt;strong&gt;Mirth Connect&lt;/strong&gt;, un middleware per l&amp;rsquo;integrazione di dati sanitari (standard HL7). La catena di attacco si compone di tre fasi principali:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Eighteen - HackTheBox Writeup</title>
      <link>https://maccioniandrea.com/posts/htb-eighteen-writeup/</link>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://maccioniandrea.com/posts/htb-eighteen-writeup/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Difficulty:&lt;/strong&gt; Medium&lt;br&gt;
&lt;strong&gt;Operating System:&lt;/strong&gt; Windows&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;executive-summary&#34;&gt;Executive Summary&lt;/h1&gt;
&lt;p&gt;Eighteen is a Windows Active Directory machine that combines database misconfigurations, password reuse, and modern Active Directory abuse techniques to achieve full domain compromise.&lt;/p&gt;
&lt;p&gt;The attack begins with access to a Microsoft SQL Server instance, progresses through credential recovery and password reuse, and ultimately leverages the BadSuccessor technique to abuse delegated Managed Service Accounts (dMSA), resulting in Domain Administrator privileges.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;attack-path&#34;&gt;Attack Path&lt;/h1&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;MSSQL Access (kevin)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → Login Impersonation (appdev)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → Financial Planner Database
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → PBKDF2 Credential Recovery
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → Password Reuse
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → WinRM Access (adam.scott)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → BadSuccessor (dMSA Abuse)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → Kerberos Impersonation
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → DCSync
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    → Domain Administrator
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h1 id=&#34;reconnaissance&#34;&gt;Reconnaissance&lt;/h1&gt;
&lt;h2 id=&#34;service-enumeration&#34;&gt;Service Enumeration&lt;/h2&gt;
&lt;p&gt;Initial enumeration revealed a limited attack surface:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
