<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>&gt;_ shell this box</title><link>http://shellthisbox.io/</link><description>Recent content on &gt;_ shell this box</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 31 Mar 2026 12:01:35 +0300</lastBuildDate><atom:link href="http://shellthisbox.io/index.xml" rel="self" type="application/rss+xml"/><item><title>Lame (Hack The Box) Full Write-Up</title><link>http://shellthisbox.io/posts/htb-machine-lame/</link><pubDate>Tue, 31 Mar 2026 12:01:35 +0300</pubDate><guid>http://shellthisbox.io/posts/htb-machine-lame/</guid><description>&lt;h2 id="introduction"&gt;Introduction:&lt;/h2&gt;
&lt;p&gt;Lame is the oldest retired Linux machine on the Hack The Box platform. It is rated easy and was originally released on March 14, 2017. In this walkthrough, I’ll use HTB’s Guided Mode to better understand the exploitation process step by step.&lt;/p&gt;
&lt;h2 id="attack-path-summary"&gt;Attack Path Summary&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enumeration → Nmap reveals Samba 3.0.20&lt;/li&gt;
&lt;li&gt;Initial attempt → VSFTPD exploit (failed)&lt;/li&gt;
&lt;li&gt;Foothold → CVE-2007-2447 (Samba RCE)&lt;/li&gt;
&lt;li&gt;Privilege level → root access via exploit&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;code&gt;Target_IP&lt;/code&gt;: 10.129.12.112&lt;/p&gt;</description></item><item><title>Editor (Hack The Box) Full Write-Up</title><link>http://shellthisbox.io/posts/htb-machine-editor/</link><pubDate>Thu, 26 Mar 2026 12:01:35 +0300</pubDate><guid>http://shellthisbox.io/posts/htb-machine-editor/</guid><description>&lt;h2 id="introduction"&gt;Introduction:&lt;/h2&gt;
&lt;p&gt;This is my first write-up on this blog—and actually my first write-up ever. Hope you enjoy it.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Target_IP&lt;/code&gt;: 10.129.8.250&lt;/p&gt;
&lt;p&gt;The first step is to verify that the target host is reachable:&lt;/p&gt;
&lt;h2 id="enumeration"&gt;Enumeration:&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-css" data-lang="css"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;ping&lt;/span&gt; &lt;span class="nt"&gt;Target_IP&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;ping 10.129.8.250
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;PING 10.129.8.250 &lt;span class="o"&gt;(&lt;/span&gt;10.129.8.250&lt;span class="o"&gt;)&lt;/span&gt; 56&lt;span class="o"&gt;(&lt;/span&gt;84&lt;span class="o"&gt;)&lt;/span&gt; bytes of data.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="m"&gt;64&lt;/span&gt; bytes from 10.129.8.250: &lt;span class="nv"&gt;icmp_seq&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;1&lt;/span&gt; &lt;span class="nv"&gt;ttl&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;63&lt;/span&gt; &lt;span class="nv"&gt;time&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;7.80 ms
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="m"&gt;64&lt;/span&gt; bytes from 10.129.8.250: &lt;span class="nv"&gt;icmp_seq&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;2&lt;/span&gt; &lt;span class="nv"&gt;ttl&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;63&lt;/span&gt; &lt;span class="nv"&gt;time&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;7.96 ms
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="m"&gt;64&lt;/span&gt; bytes from 10.129.8.250: &lt;span class="nv"&gt;icmp_seq&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;3&lt;/span&gt; &lt;span class="nv"&gt;ttl&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;63&lt;/span&gt; &lt;span class="nv"&gt;time&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;7.90 ms
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="m"&gt;64&lt;/span&gt; bytes from 10.129.8.250: &lt;span class="nv"&gt;icmp_seq&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;4&lt;/span&gt; &lt;span class="nv"&gt;ttl&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;63&lt;/span&gt; &lt;span class="nv"&gt;time&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;8.00 ms
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;^C
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;--- 10.129.8.250 ping statistics ---
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="m"&gt;4&lt;/span&gt; packets transmitted, &lt;span class="m"&gt;4&lt;/span&gt; received, 0% packet loss, &lt;span class="nb"&gt;time&lt;/span&gt; 3004ms
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;rtt min/avg/max/mdev &lt;span class="o"&gt;=&lt;/span&gt; 7.800/7.915/7.995/0.074 ms
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;A successful response confirms that the host is alive and accessible on the network.&lt;/p&gt;</description></item><item><title>Starting My Cybersecurity Journey</title><link>http://shellthisbox.io/posts/starting-my-cybersecurity-journey/</link><pubDate>Sun, 22 Mar 2026 15:01:35 +0300</pubDate><guid>http://shellthisbox.io/posts/starting-my-cybersecurity-journey/</guid><description>&lt;h2 id="hi-im-marcin-"&gt;Hi, I&amp;rsquo;m Marcin 👋&lt;/h2&gt;
&lt;p&gt;Welcome to my blog.&lt;/p&gt;
&lt;p&gt;This space is where I document my journey into cybersecurity — from the basics to more advanced topics over time. I&amp;rsquo;m not an expert (yet), but I strongly believe that sharing the process is just as valuable as sharing the results.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="why-this-blog"&gt;Why this blog?&lt;/h2&gt;
&lt;p&gt;I created this blog mainly for two reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To &lt;strong&gt;track my own progress&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;To &lt;strong&gt;build a personal knowledge base&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Instead of scattered notes, I want everything in one place — structured, searchable, and useful both for me and anyone who might be on a similar path.&lt;/p&gt;</description></item><item><title>About Me</title><link>http://shellthisbox.io/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://shellthisbox.io/about/</guid><description>&lt;p&gt;Hi, I’m Marcin.&lt;/p&gt;
&lt;p&gt;I’m currently on a journey into cybersecurity, focused on building real, practical skills through hands-on experience. Most of my learning comes from platforms like Hack The Box, where I work through machines, practice enumeration, and try to understand how systems actually break.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="why-this-blog"&gt;Why this blog?&lt;/h2&gt;
&lt;p&gt;I created this blog as my personal knowledge base.&lt;/p&gt;
&lt;p&gt;Instead of keeping scattered notes, I document everything here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;techniques I learn&lt;/li&gt;
&lt;li&gt;tools I use&lt;/li&gt;
&lt;li&gt;mistakes I make&lt;/li&gt;
&lt;li&gt;and lessons that actually stick&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This helps me stay consistent and track my progress over time.&lt;/p&gt;</description></item><item><title>Archive</title><link>http://shellthisbox.io/archive/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://shellthisbox.io/archive/</guid><description/></item><item><title>Elements</title><link>http://shellthisbox.io/elements/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://shellthisbox.io/elements/</guid><description>&lt;p&gt;A paragraph looks like this — Globally incubate standards compliant channels before scalable benefits. Quickly disseminate superior deliverables whereas web-enabled applications. Quickly drive clicks-and-mortar catalysts for change before vertical architectures. Credibly reintermediate backend ideas for cross-platform models. Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="headings-by-default"&gt;Headings by default:&lt;/h2&gt;
&lt;h1 id="h1-default-styles-for-headings"&gt;H1 Default styles for headings&lt;/h1&gt;
&lt;h2 id="h2-default-styles-for-headings"&gt;H2 Default styles for headings&lt;/h2&gt;
&lt;h3 id="h3-default-styles-for-headings"&gt;H3 Default styles for headings&lt;/h3&gt;
&lt;h4 id="h4-default-styles-for-headings"&gt;H4 Default styles for headings&lt;/h4&gt;
&lt;h5 id="h5-default-styles-for-headings"&gt;H5 Default styles for headings&lt;/h5&gt;
&lt;h6 id="h6-default-styles-for-headings"&gt;H6 Default styles for headings&lt;/h6&gt;
&lt;hr&gt;
&lt;h2 id="lists"&gt;Lists&lt;/h2&gt;
&lt;h3 id="ordered-list-example"&gt;Ordered list example:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Poutine drinking vinegar bitters.&lt;/li&gt;
&lt;li&gt;Coloring book distillery fanny pack.&lt;/li&gt;
&lt;li&gt;Venmo biodiesel gentrify enamel pin meditation.&lt;/li&gt;
&lt;li&gt;Jean shorts shaman listicle pickled portland.&lt;/li&gt;
&lt;li&gt;Salvia mumblecore brunch iPhone migas.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="unordered-list-example"&gt;Unordered list example:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bitters semiotics vice thundercats synth.&lt;/li&gt;
&lt;li&gt;Literally cred narwhal bitters wayfarers.&lt;/li&gt;
&lt;li&gt;Kale chips chartreuse paleo tbh street art marfa.&lt;/li&gt;
&lt;li&gt;Mlkshk polaroid sriracha brooklyn.&lt;/li&gt;
&lt;li&gt;Pug you probably haven&amp;rsquo;t heard of them air plant man bun.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="table"&gt;Table&lt;/h2&gt;
&lt;div class="table-container"&gt;
 &lt;table&gt;
 &lt;tr&gt;&lt;th&gt;Header 1&lt;/th&gt;&lt;th&gt;Header 2&lt;/th&gt;&lt;th&gt;Header 3&lt;/th&gt;&lt;th&gt;Header 4&lt;/th&gt;&lt;th&gt;Header 5&lt;/th&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;Row:1 Cell:1&lt;/td&gt;&lt;td&gt;Row:1 Cell:2&lt;/td&gt;&lt;td&gt;Row:1 Cell:3&lt;/td&gt;&lt;td&gt;Row:1 Cell:4&lt;/td&gt;&lt;td&gt;Row:1 Cell:5&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;Row:2 Cell:1&lt;/td&gt;&lt;td&gt;Row:2 Cell:2&lt;/td&gt;&lt;td&gt;Row:2 Cell:3&lt;/td&gt;&lt;td&gt;Row:2 Cell:4&lt;/td&gt;&lt;td&gt;Row:2 Cell:5&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;Row:3 Cell:1&lt;/td&gt;&lt;td&gt;Row:3 Cell:2&lt;/td&gt;&lt;td&gt;Row:3 Cell:3&lt;/td&gt;&lt;td&gt;Row:3 Cell:4&lt;/td&gt;&lt;td&gt;Row:3 Cell:5&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;Row:4 Cell:1&lt;/td&gt;&lt;td&gt;Row:4 Cell:2&lt;/td&gt;&lt;td&gt;Row:4 Cell:3&lt;/td&gt;&lt;td&gt;Row:4 Cell:4&lt;/td&gt;&lt;td&gt;Row:4 Cell:5&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;Row:5 Cell:1&lt;/td&gt;&lt;td&gt;Row:5 Cell:2&lt;/td&gt;&lt;td&gt;Row:5 Cell:3&lt;/td&gt;&lt;td&gt;Row:5 Cell:4&lt;/td&gt;&lt;td&gt;Row:5 Cell:5&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;Row:6 Cell:1&lt;/td&gt;&lt;td&gt;Row:6 Cell:2&lt;/td&gt;&lt;td&gt;Row:6 Cell:3&lt;/td&gt;&lt;td&gt;Row:6 Cell:4&lt;/td&gt;&lt;td&gt;Row:6 Cell:5&lt;/td&gt;&lt;/tr&gt;
 &lt;/table&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id="quotes"&gt;Quotes&lt;/h2&gt;
&lt;h4 id="a-quote-looks-like-this"&gt;A quote looks like this:&lt;/h4&gt;
&lt;blockquote&gt;
&lt;p&gt;Design is not just what it looks like and feels like. Design is how it works.&lt;/p&gt;</description></item><item><title>Get In Touch</title><link>http://shellthisbox.io/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://shellthisbox.io/contact/</guid><description/></item></channel></rss>