<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Htb on Ryan Bailey</title><link>https://rbailey.tech/tags/htb/</link><description>Recent content in Htb on Ryan Bailey</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://rbailey.tech/tags/htb/index.xml" rel="self" type="application/rss+xml"/><item><title>HTB: Example Machine</title><link>https://rbailey.tech/writeups/htb-example-machine/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://rbailey.tech/writeups/htb-example-machine/</guid><description>&lt;p&gt;&lt;strong&gt;Platform:&lt;/strong&gt; HackTheBox&lt;br&gt;
&lt;strong&gt;Difficulty:&lt;/strong&gt; Easy&lt;br&gt;
&lt;strong&gt;OS:&lt;/strong&gt; Linux&lt;br&gt;
&lt;strong&gt;IP:&lt;/strong&gt; 10.10.10.xxx&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="recon"&gt;Recon&lt;/h2&gt;
&lt;p&gt;Starting with a full port scan:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;nmap -sV -sC -oN nmap/initial 10.10.10.xxx
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Results:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.2p1
80/tcp open http Apache httpd 2.4.41
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="foothold"&gt;Foothold&lt;/h2&gt;
&lt;p&gt;&amp;hellip;describe what you found and how you got in&amp;hellip;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# Example command&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;curl http://10.10.10.xxx/secret-path
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="privilege-escalation"&gt;Privilege Escalation&lt;/h2&gt;
&lt;p&gt;&amp;hellip;describe how you got root&amp;hellip;&lt;/p&gt;
&lt;h2 id="flags"&gt;Flags&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;User:&lt;/strong&gt; &lt;code&gt;abc123...&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Root:&lt;/strong&gt; &lt;code&gt;xyz789...&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>