<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>malloc.me</title>
    <link>https://malloc.me/</link>
    <description>Recent content on malloc.me</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© Marc</copyright>
    <lastBuildDate>Wed, 11 Dec 2024 23:34:45 +1100</lastBuildDate>
    <atom:link href="https://malloc.me/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Corporate</title>
      <link>https://malloc.me/posts/2024/05/corporate/</link>
      <pubDate>Mon, 06 May 2024 01:57:45 +1000</pubDate>
      <guid>https://malloc.me/posts/2024/05/corporate/</guid>
      <description>&lt;h2 id=&#34;tools-used&#34;&gt;Tools Used&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;terminal&lt;/li&gt;&#xA;&lt;li&gt;obsidian&lt;/li&gt;&#xA;&lt;li&gt;tmux&lt;/li&gt;&#xA;&lt;li&gt;openvpn&lt;/li&gt;&#xA;&lt;li&gt;nmap&lt;/li&gt;&#xA;&lt;li&gt;chromium&lt;/li&gt;&#xA;&lt;li&gt;python&lt;/li&gt;&#xA;&lt;li&gt;gobuster&lt;/li&gt;&#xA;&lt;li&gt;hydra&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;initial-enumeration&#34;&gt;Initial Enumeration&lt;/h2&gt;&#xA;&lt;p&gt;Add &lt;code&gt;corporate&lt;/code&gt; and &lt;code&gt;corporate.htb&lt;/code&gt; to the hosts file.&lt;/p&gt;&#xA;&lt;h3 id=&#34;port-scan&#34;&gt;Port Scan&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;nmap -sS -sV -A -O -T4 corporate.htb&lt;/code&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Port 80&lt;/li&gt;&#xA;&lt;li&gt;openresty/1.21.4.3&#xA;&lt;ul&gt;&#xA;&lt;li&gt;No obvious CVEs&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;foothold&#34;&gt;Foothold&lt;/h2&gt;&#xA;&lt;h3 id=&#34;attacking-corporatehtb&#34;&gt;Attacking &lt;code&gt;corporate.htb&lt;/code&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Port 80 serves a website for Corporate, with most of the pages being static HTML, as is typical with HackTheBox challenges.&lt;/p&gt;&#xA;&lt;h4 id=&#34;enumerating-directories&#34;&gt;Enumerating Directories&lt;/h4&gt;&#xA;&lt;p&gt;Running &lt;code&gt;gobuster&lt;/code&gt; against the &lt;code&gt;corporate.htb&lt;/code&gt; domain wasn&amp;rsquo;t super interesting, but revealed two folders worth exploring later: &lt;code&gt;/assets&lt;/code&gt; and &lt;code&gt;/vendor&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Attended</title>
      <link>https://malloc.me/posts/2021/05/attended/</link>
      <pubDate>Sat, 08 May 2021 16:00:00 +0000</pubDate>
      <guid>https://malloc.me/posts/2021/05/attended/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://hackthebox.eu/home/machines/profile/307&#34;&gt;Attended&lt;/a&gt; is an insane-rated machine on HackTheBox created by &lt;a href=&#34;https://www.hackthebox.eu/home/users/profile/8292&#34;&gt;guly&lt;/a&gt; and &lt;a href=&#34;https://www.hackthebox.eu/home/users/profile/46502&#34;&gt;freshness&lt;/a&gt;. Owning this machine involves thorough enumeration of services, lesser-common methods of exfiltrating data and knowledge of binary reversing, exploitation with ROP, x86_64 calling conventions, usage of OpenBSD, and knowledge of how RSA keys are structured and formed.&lt;/p&gt;&#xA;&lt;p&gt;Thanks to &lt;a href=&#34;https://www.hackthebox.eu/home/users/profile/340449&#34;&gt;frostb1te&lt;/a&gt;, especially for information about RSA keys.&lt;/p&gt;&#xA;&lt;h2 id=&#34;initial-enumeration&#34;&gt;Initial Enumeration&lt;/h2&gt;&#xA;&lt;p&gt;After configuring &lt;code&gt;/etc/hosts&lt;/code&gt; to contain an entry for &lt;code&gt;attended.htb&lt;/code&gt; and the box IP address, we can start out with a basic nmap scan of our target using &lt;code&gt;nmap -sS -sV -A -T4 10.10.10.221&lt;/code&gt; which yields the following results about the target machine:&lt;/p&gt;</description>
    </item>
    <item>
      <title>About</title>
      <link>https://malloc.me/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://malloc.me/about/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m Marc, a security engineer. If you&amp;rsquo;d like to reach out, you can email me at &lt;!-- raw HTML omitted --&gt;&lt;a href=&#34;mailto:contact@malloc.me&#34;&gt;contact@malloc.me&lt;/a&gt;&lt;!-- raw HTML omitted --&gt;.&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re interested in CTF write-ups or other ramblings, check out &lt;a href=&#34;https://malloc.me/posts&#34;&gt;my posts&lt;/a&gt;&lt;!-- raw HTML omitted --&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
