<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ezra Hale</title>
    <description>The latest articles on DEV Community by Ezra Hale (@wehale_a2fea).</description>
    <link>https://dev.to/wehale_a2fea</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3839249%2F20dce616-b642-4389-9a02-2ddf6b7d67eb.png</url>
      <title>DEV Community: Ezra Hale</title>
      <link>https://dev.to/wehale_a2fea</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wehale_a2fea"/>
    <language>en</language>
    <item>
      <title>Hack-Me Challenge</title>
      <dc:creator>Ezra Hale</dc:creator>
      <pubDate>Sun, 29 Mar 2026 14:38:11 +0000</pubDate>
      <link>https://dev.to/wehale_a2fea/hack-me-challenge-3e3e</link>
      <guid>https://dev.to/wehale_a2fea/hack-me-challenge-3e3e</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq18h7svndlnzznts6fkr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq18h7svndlnzznts6fkr.png" alt=" " width="407" height="100"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kirbus Hackathon Challenge!!&lt;/p&gt;

&lt;p&gt;I have started a literal Hackathon challenge. I have started a "secure" server on the Kirbus registry. There are some significant attack vectors open. If you can hack into the hack-me server, I'll send you $100 (I know it's not a lot, I'm not a rich guy...) but you also get bragging rights. I will acknowledge that you hacked Kirbus here and on LinkedIn. Couple of rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Do your worst...&lt;/li&gt;
&lt;li&gt;You have to tell me how you did it.&lt;/li&gt;
&lt;li&gt;You have to tell me the magic passphrase [FLAG] when you get it.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;All the source code is freely available here: &lt;a href="https://lnkd.in/eVg_t3Nz" rel="noopener noreferrer"&gt;https://lnkd.in/eVg_t3Nz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To start you can clone the source or simply use pip:&lt;/p&gt;

&lt;p&gt;$ pip install kirbus&lt;br&gt;
$ kirbus --handle &lt;/p&gt;

&lt;p&gt;Good luck and have fun hacking!&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>infosec</category>
      <category>opensource</category>
      <category>security</category>
    </item>
    <item>
      <title>Kirbus - Created a bbs style P2P chat for fun</title>
      <dc:creator>Ezra Hale</dc:creator>
      <pubDate>Mon, 23 Mar 2026 04:34:35 +0000</pubDate>
      <link>https://dev.to/wehale_a2fea/kirbus-created-a-bbs-style-p2p-chat-for-fun-2oki</link>
      <guid>https://dev.to/wehale_a2fea/kirbus-created-a-bbs-style-p2p-chat-for-fun-2oki</guid>
      <description>&lt;p&gt;Back in college I used to spend hours on BBSes and it's a vibe that never really went away. Modern chat apps are fine but there's something about a terminal UI that just hits different.&lt;/p&gt;

&lt;p&gt;So I built kirbus — a peer-to-peer, end-to-end encrypted terminal chat.&lt;/p&gt;

&lt;p&gt;Some highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No accounts — your identity is a local Ed25519 keypair&lt;/li&gt;
&lt;li&gt;E2E encrypted — the server never sees message content&lt;/li&gt;
&lt;li&gt;Five retro themes (my favorite is the ANSI BBS one, naturally)&lt;/li&gt;
&lt;li&gt;Works on LAN or through relay servers&lt;/li&gt;
&lt;li&gt;Self-host your own server and registry&lt;/li&gt;
&lt;li&gt;pip install kirbus and kirbus --handle  to try it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/wehale/kirbus" rel="noopener noreferrer"&gt;https://github.com/wehale/kirbus&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear what you think. It's still early but it works and it's been a blast to build.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
