<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Medium on 633k</title>
    <link>https://633k.org/tags/medium/</link>
    <description>Recent content in Medium on 633k</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sat, 20 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://633k.org/tags/medium/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Helix（HTB Medium）</title>
      <link>https://633k.org/posts/helix/</link>
      <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://633k.org/posts/helix/</guid>
      <description>&lt;hr&gt;
&lt;h2 id=&#34;执行摘要&#34;&gt;执行摘要&lt;/h2&gt;
&lt;p&gt;Helix 模拟工业控制系统(ICS)环境。外部攻击面极小，仅开放SSH和静态网站。通过虚拟主机枚举发现未认证的Apache NiFi实例，利用其REST API获得RCE。从NiFi诊断目录恢复SSH私钥完成横向移动。最终通过操纵OPC UA工业协议篡改反应堆传感器读数，触发维护窗口实现root提权。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Puppy（HTB Medium）</title>
      <link>https://633k.org/posts/puppy/</link>
      <pubDate>Mon, 04 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://633k.org/posts/puppy/</guid>
      <description>&lt;h1 id=&#34;puppyhtb-medium&#34;&gt;Puppy（HTB Medium）&lt;/h1&gt;
&lt;h2 id=&#34;基本信息&#34;&gt;基本信息&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;IP：&lt;code&gt;10.10.11.70&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;域名：&lt;code&gt;puppy.htb&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;初始凭据：&lt;code&gt;levi.james / KingofAkron2025!&lt;/code&gt;（平台提供）&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;信息收集&#34;&gt;信息收集&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;10.10.11.70 puppy.htb dc.puppy.htb&amp;#39;&lt;/span&gt; | sudo tee -a /etc/hosts
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;nmap -sC -sV -Pn -p- 10.10.11.70
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;典型域控端口：88 / 135 / 139 / 389 / 445 / 464 / 593 / 636 / 3268 / 3269 / 5985。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Instant（HTB Medium）</title>
      <link>https://633k.org/posts/instant/</link>
      <pubDate>Wed, 16 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://633k.org/posts/instant/</guid>
      <description>&lt;h1 id=&#34;instanthtb-medium&#34;&gt;Instant（HTB Medium）&lt;/h1&gt;
&lt;h2 id=&#34;基本信息&#34;&gt;基本信息&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;IP：&lt;code&gt;10.10.11.37&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;VPN：&lt;code&gt;10.10.16.4&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;域名：&lt;code&gt;instant.htb&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;信息收集&#34;&gt;信息收集&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;vim /etc/hosts
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;10.10.11.37    instant.htb
&lt;/code&gt;&lt;/pre&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;rustscan -a 10.10.11.37 -- -sCVT
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;nmap -sC -sV -Pn -T4 10.10.11.37
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;22/tcp open  ssh     OpenSSH 9.6p1 Ubuntu 3ubuntu13.5
80/tcp open  http    Apache httpd 2.4.58
|_http-title: Instant Wallet
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;前端可下载 APK。目录穿越被限制。逆向 APK：&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trickster（HTB Medium）</title>
      <link>https://633k.org/posts/trickster/</link>
      <pubDate>Tue, 08 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://633k.org/posts/trickster/</guid>
      <description>&lt;h1 id=&#34;tricksterhtb-medium&#34;&gt;Trickster（HTB Medium）&lt;/h1&gt;
&lt;h2 id=&#34;基本信息&#34;&gt;基本信息&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;IP：&lt;code&gt;10.10.11.34&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;VPN：&lt;code&gt;10.10.16.15&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;域名：&lt;code&gt;trickster.htb&lt;/code&gt; / &lt;code&gt;shop.trickster.htb&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;信息收集&#34;&gt;信息收集&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;nmap -n -vv -sC -sV -Pn -T4 10.10.11.34
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;22/tcp open  ssh     OpenSSH 8.9p1 Ubuntu 3ubuntu0.10
80/tcp open  http    Apache httpd 2.4.52
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;目录扫描发现 &lt;code&gt;.git/HEAD&lt;/code&gt;：&lt;/p&gt;</description>
    </item>
    <item>
      <title>MonitorsThree（HTB Medium）</title>
      <link>https://633k.org/posts/monitorsthree/</link>
      <pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://633k.org/posts/monitorsthree/</guid>
      <description>&lt;h1 id=&#34;monitorsthreehtb-medium&#34;&gt;MonitorsThree（HTB Medium）&lt;/h1&gt;
&lt;h2 id=&#34;基本信息&#34;&gt;基本信息&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;IP：&lt;code&gt;10.10.11.30&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;VPN：&lt;code&gt;10.10.16.15&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;域名：&lt;code&gt;monitorsthree.htb&lt;/code&gt; / &lt;code&gt;cacti.monitorsthree.htb&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;信息收集&#34;&gt;信息收集&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;nmap -sC -sV -Pn -T4 -p- -oN AllPorts.nmap 10.10.11.30
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;rustscan -a 10.10.11.30 -- -sCTV
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;22/tcp open  ssh     OpenSSH 8.9p1 Ubuntu 3ubuntu0.10
80/tcp open  http    nginx 1.18.0 (Ubuntu)
|_http-title: MonitorsThree - Networking Solutions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;code&gt;forgot_password.php&lt;/code&gt; 有 SQL 注入特征 &lt;code&gt;&#39;&lt;/code&gt;。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
