<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GTFOBins on MaxisFront</title>
    <link>https://maxisfront.me/tags/gtfobins/</link>
    <description>Recent content in GTFOBins on MaxisFront</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 11 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://maxisfront.me/tags/gtfobins/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>WriteUp: Facts | HTB</title>
      <link>https://maxisfront.me/posts/writeup-facts-htb/</link>
      <pubDate>Sat, 11 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://maxisfront.me/posts/writeup-facts-htb/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;All rights reserved by &lt;strong&gt;Hack The Box LTD&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&#xA;&#xA;&#xA;&#xA;  &#xA;&#xA;&#xA;&lt;div class=&#34;flash mb-3&#34;&gt;&#xA;  &lt;blockquote&gt;&#xA;&lt;p&gt;Summary&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Exploiting the &lt;code&gt;CVE-2025-2304&lt;/code&gt; on &lt;code&gt;CMS Camaleon 2.9.0&lt;/code&gt; to escalate privileges through mass attribute assignment&lt;/li&gt;&#xA;&lt;li&gt;Obtaining &lt;code&gt;API Key&lt;/code&gt; and &lt;code&gt;Secret Key&lt;/code&gt; via the compromised &lt;code&gt;CMS&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Accessing the internal &lt;code&gt;bucket S3&lt;/code&gt; via &lt;code&gt;minio-client&lt;/code&gt;, discovering the private key &lt;code&gt;SSH&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Exploiting a &lt;code&gt;Path Traversal&lt;/code&gt; (&lt;code&gt;CVE-2024-46987&lt;/code&gt;) to read sensitive system files&lt;/li&gt;&#xA;&lt;li&gt;Privilege escalation using the &lt;code&gt;facter&lt;/code&gt; binary with &lt;code&gt;sudo&lt;/code&gt; permissions&lt;/li&gt;&#xA;&lt;li&gt;Security recommendations to prevent and mitigate vulnerabilities on this machine&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&lt;h4 id=&#34;skills-used&#34;&gt;Skills Used&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Port and service enumeration&lt;/li&gt;&#xA;&lt;li&gt;Directory and web architecture enumeration&lt;/li&gt;&#xA;&lt;li&gt;Exploitation of vulnerabilities in &lt;code&gt;CMS&lt;/code&gt; (Mass Attribute Assignment)&lt;/li&gt;&#xA;&lt;li&gt;Interaction with object storage services (&lt;code&gt;S3&lt;/code&gt;) via &lt;code&gt;minio-client&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Exploitation of binaries with &lt;code&gt;sudo&lt;/code&gt; permissions&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;tools-used&#34;&gt;Tools Used&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ping&lt;/li&gt;&#xA;&lt;li&gt;nmap&lt;/li&gt;&#xA;&lt;li&gt;minio-client&lt;/li&gt;&#xA;&lt;li&gt;python3&lt;/li&gt;&#xA;&lt;li&gt;ssh2john&lt;/li&gt;&#xA;&lt;li&gt;john&lt;/li&gt;&#xA;&lt;li&gt;curl&lt;/li&gt;&#xA;&lt;li&gt;ssh&lt;/li&gt;&#xA;&lt;li&gt;facter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;vulnerability-assesment-and-analysis&#34;&gt;Vulnerability Assesment and Analysis&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;code&gt;HTB&lt;/code&gt; platform provides us with the target &lt;code&gt;IP&lt;/code&gt;, which is &lt;code&gt;10.129.16.176&lt;/code&gt;—an address that can be reached by connecting through the &lt;code&gt;VPN&lt;/code&gt; assigned to us by the platform.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WriteUp: Conversor | HTB</title>
      <link>https://maxisfront.me/posts/writeup-conversor-htb/</link>
      <pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate>
      <guid>https://maxisfront.me/posts/writeup-conversor-htb/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;All rights reserved to &lt;strong&gt;Hack The Box LTD&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&#xA;&#xA;&#xA;&#xA;  &#xA;&#xA;&#xA;&lt;div class=&#34;flash mb-3&#34;&gt;&#xA;  &lt;blockquote&gt;&#xA;&lt;p&gt;Summary&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Exploitation of &lt;code&gt;Path Traversal&lt;/code&gt; to gain &lt;code&gt;RCE&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Extraction and cracking of hashes &lt;code&gt;MD5&lt;/code&gt; via &lt;code&gt;Hashcat&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Reuse of credentials for access via &lt;code&gt;SSH&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Exploitation of the command&amp;rsquo;s SUID &lt;code&gt;needrestart&lt;/code&gt; (&lt;code&gt;CVE-2024-48990&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Security recommendations to prevent and mitigate vulnerabilities on this machine.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&lt;h4 id=&#34;skills-used&#34;&gt;Skills Used&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Port enumeration&lt;/li&gt;&#xA;&lt;li&gt;Use of basic GNU/Linux-based commands&lt;/li&gt;&#xA;&lt;li&gt;Exploitation via UFU and RCE&lt;/li&gt;&#xA;&lt;li&gt;Searching for and using Critical CVEs&lt;/li&gt;&#xA;&lt;li&gt;Exploitation of vulnerable SUID&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;tools-used&#34;&gt;Tools Used&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Nmap&lt;/li&gt;&#xA;&lt;li&gt;Caido&lt;/li&gt;&#xA;&lt;li&gt;Netcat&lt;/li&gt;&#xA;&lt;li&gt;Strings&lt;/li&gt;&#xA;&lt;li&gt;Hashcat&lt;/li&gt;&#xA;&lt;li&gt;SSH&lt;/li&gt;&#xA;&lt;li&gt;sudo&lt;/li&gt;&#xA;&lt;li&gt;needrestart&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;vulnerability-assessment-and-analysis&#34;&gt;Vulnerability Assessment and Analysis&lt;/h2&gt;&#xA;&lt;p&gt;The platform &lt;code&gt;HTB&lt;/code&gt; provides us with the &lt;code&gt;IP&lt;/code&gt; target, which is the &lt;code&gt;10.129.12.212&lt;/code&gt;, an address that can be reached by connecting through the &lt;code&gt;VPN&lt;/code&gt; assigned to us by the platform.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
