<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Smb on ioctl</title><link>https://ioctl.lol/tags/smb/</link><description>Recent content in Smb on ioctl</description><generator>Hugo</generator><language>en</language><copyright>ioctl</copyright><lastBuildDate>Tue, 07 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://ioctl.lol/tags/smb/index.xml" rel="self" type="application/rss+xml"/><item><title>PG: Internal</title><link>https://ioctl.lol/ctf/offsec/internal/</link><pubDate>Tue, 07 Mar 2023 00:00:00 +0000</pubDate><guid>https://ioctl.lol/ctf/offsec/internal/</guid><description>&lt;div class="box-info">
 &lt;table>
 &lt;tr>&lt;th colspan="2">ターゲット // Internal&lt;/th>&lt;/tr>
 &lt;tr>&lt;td>Platform&lt;/td>&lt;td>OffSec Proving Grounds&lt;/td>&lt;/tr>
 &lt;tr>&lt;td>OS&lt;/td>&lt;td>Windows&lt;/td>&lt;/tr>
 &lt;tr>&lt;td>Difficulty&lt;/td>&lt;td>Easy&lt;/td>&lt;/tr>
 &lt;tr>&lt;td>IP&lt;/td>&lt;td>&lt;code>192.168.x.x&lt;/code>&lt;/td>&lt;/tr>
 &lt;/table>
&lt;/div>
&lt;style>
 .box-info table {
 max-width: 400px;
 margin: 1.5em 0;
 }
 .box-info th {
 text-align: center;
 font-size: 1.1em;
 letter-spacing: 0.08em;
 }
&lt;/style>

&lt;hr>
&lt;h2 id="enumeration">Enumeration&lt;/h2>
&lt;h3 id="nmap">Nmap&lt;/h3>
&lt;p>The exposed surface is minimal — SMB is the only port in play:&lt;/p>
&lt;details class="collapse-section">
 &lt;summary>▶ Nmap output&lt;/summary>
 &lt;div class="collapse-content">
 &lt;pre tabindex="0">&lt;code>PORT STATE SERVICE VERSION
445/tcp open microsoft-ds
&lt;/code>&lt;/pre>
 &lt;/div>
&lt;/details>
&lt;style>
 .collapse-section {
 border: 1px dashed var(--accent-alpha-20);
 padding: 0.5em 1em;
 margin: 1em 0;
 cursor: pointer;
 }
 .collapse-section[open] summary {
 margin-bottom: 0.8em;
 border-bottom: 1px dashed var(--accent-alpha-20);
 padding-bottom: 0.5em;
 }
 .collapse-section summary {
 font-weight: 700;
 color: var(--accent);
 outline: none;
 }
 .collapse-content {
 padding-top: 0.5em;
 }
&lt;/style>

&lt;p>An old Windows host exposing SMB. Post-exploitation &lt;code>sysinfo&lt;/code> confirms the target: &lt;strong>Windows Server 2008 (6.0 Build 6001, SP1), x86, workgroup member.&lt;/strong> That 32-bit architecture matters — it kills one of the two rabbit holes below.&lt;/p></description></item></channel></rss>