<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ryan Bailey</title><link>https://rbailey.tech/</link><description>Recent content on Ryan Bailey</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 06 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://rbailey.tech/index.xml" rel="self" type="application/rss+xml"/><item><title>It all starts with the Google Cyber Security Certificate</title><link>https://rbailey.tech/posts/google-cybersecurity/</link><pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><guid>https://rbailey.tech/posts/google-cybersecurity/</guid><description>&lt;p&gt;A lot of people always wonder what cybersecurity cert they should get first. In this article I&amp;rsquo;m going to explain why I chose the Google Cybersecurity Certificate first before I did everything else.&lt;/p&gt;
&lt;p&gt;So when I started this journey, I originally was working towards the CompTIA Security+, as every YouTuber and blogger had said, the Security+ was a fundamental certification that I needed to get. I began working on that and the concepts were new to me. The theory was challenging at times and it just wasn&amp;rsquo;t making sense. At some point in my studies, I found the Google Cybersecurity Certificate.&lt;/p&gt;</description></item><item><title>Hello World</title><link>https://rbailey.tech/posts/hello-world/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://rbailey.tech/posts/hello-world/</guid><description>&lt;p&gt;Welcome to my site. I&amp;rsquo;ll be posting security research, thoughts, and CTF write-ups here.&lt;/p&gt;
&lt;h2 id="what-to-expect"&gt;What to expect&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CTF box write-ups (HackTheBox, Hack Smarter, and others)&lt;/li&gt;
&lt;li&gt;General security topics&lt;/li&gt;
&lt;li&gt;Anything else I find interesting&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stay tuned.&lt;/p&gt;</description></item><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><item><title>whoami</title><link>https://rbailey.tech/about/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://rbailey.tech/about/</guid><description>&lt;p&gt;&lt;img src="https://rbailey.tech/images/profile.JPG" alt="Profile Photo"&gt;&lt;/p&gt;
&lt;h2 id="about-me"&gt;About Me&lt;/h2&gt;
&lt;p&gt;Hey there and welcome to my corner of the internet! I&amp;rsquo;m &lt;strong&gt;Ryan Bailey&lt;/strong&gt; (a.k.a. dementor575).
I&amp;rsquo;ve been interested in tech for a long time but finally decided to start diving in deep. I have a vivid memory of my dad and my uncle, when I was a kid, installing the first hard drive in our family IBM computer. Since that day I&amp;rsquo;ve been hooked. It took a while for me to find my way back to tech but here I am. Part of the reason I&amp;rsquo;m doing this is that I want to prove you&amp;rsquo;re never too old to learn new things, especially technical things. So if you agree, welcome. I&amp;rsquo;m glad you&amp;rsquo;re here!&lt;/p&gt;</description></item></channel></rss>