<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Security on My Blog</title>
    <link>https://vllmr.org/tags/security/</link>
    <description>Recent content in Security on My Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 14 Aug 2026 16:52:02 +0000</lastBuildDate>
    <atom:link href="https://vllmr.org/tags/security/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Blocking Nasty Bots</title>
      <link>https://vllmr.org/blog/knock-knock-block-bots/</link>
      <pubDate>Fri, 14 Aug 2026 16:52:02 +0000</pubDate>
      <guid>https://vllmr.org/blog/knock-knock-block-bots/</guid>
      <description>&lt;p&gt;Someone shared this cool site on Hacker News: &lt;a&#xA;  href=&#34;https://knock-knock.net/&#34;&#xA;  &#xA;  &#xA;    class=&#34;link--external&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&#xA;  &#xA;&gt;https://knock-knock.net/&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s a honey pot with the purpose of identifying malicious actors on the&#xA;internet and then publicly sharing the list of their IP addresses.&lt;/p&gt;&#xA;&lt;p&gt;Since I&amp;rsquo;m hosting my own site, I&amp;rsquo;ve seen how many bots are hitting my poor server.&#xA;Number one on the list of 404 errors is a request to&#xA;&lt;code&gt;/wp-admin/install.php?step=1&lt;/code&gt; &amp;ndash; 10 times as many hits as the next entry.&#xA;It&amp;rsquo;s clearly an attempt to pwn web servers whose careless admins left an&#xA;uninitialized WordPress instance exposed to the internet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Generated Passwords Don&#39;t Need Special Characters</title>
      <link>https://vllmr.org/blog/generated-passwords-dont-need-special-chars/</link>
      <pubDate>Mon, 03 Aug 2026 17:00:00 +0000</pubDate>
      <guid>https://vllmr.org/blog/generated-passwords-dont-need-special-chars/</guid>
      <description>&lt;p&gt;This really needs to be said:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;If you are generating passwords, do not include special characters.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;That&amp;rsquo;s right, I said it. Passwords without special characters.&lt;/p&gt;&#xA;&lt;p&gt;I know, countless password policies and recommendations from all kinds of places&#xA;mandate the use of at least one special character in a password. But guess what,&#xA;adding an exclamation mark at the end doesn&amp;rsquo;t mean you now have a good password.&lt;/p&gt;&#xA;&lt;p&gt;This rule is a rule of thumb that is given to users who are generally&#xA;non-technical to help them choose a better password. The idea is that if&#xA;adversaries are trying to find a password from its hashed form using brute&#xA;force, they must work harder the larger the alphabet that makes up the&#xA;password. And that&amp;rsquo;s true. Except brute force rarely plays a role.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
