<?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>Forem: Bountyyfi</title>
    <description>The latest articles on Forem by Bountyyfi (@bountyyfi).</description>
    <link>https://forem.com/bountyyfi</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%2F3744376%2Fcc2b3203-f190-4cd2-af44-5ce9e13e70d0.jpeg</url>
      <title>Forem: Bountyyfi</title>
      <link>https://forem.com/bountyyfi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/bountyyfi"/>
    <language>en</language>
    <item>
      <title>How I found 130+ bugs with my own Rust-based scanner</title>
      <dc:creator>Bountyyfi</dc:creator>
      <pubDate>Sat, 31 Jan 2026 20:24:48 +0000</pubDate>
      <link>https://forem.com/bountyyfi/how-i-found-130-bugs-with-my-own-rust-based-scanner-3l12</link>
      <guid>https://forem.com/bountyyfi/how-i-found-130-bugs-with-my-own-rust-based-scanner-3l12</guid>
      <description>&lt;p&gt;After years of bug bounty hunting, I got frustrated with existing scanners. Too slow, too many false positives.&lt;/p&gt;

&lt;p&gt;So I built Lonkero – a Rust-powered web vulnerability scanner optimized for real-world hunting.&lt;/p&gt;

&lt;p&gt;What makes it different:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;60+ modules (XSS, SQLi, SSRF, IDOR, misconfigs)&lt;/li&gt;
&lt;li&gt;Built for speed – handles thousands of requests&lt;/li&gt;
&lt;li&gt;Low noise – focuses on exploitable findings&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I've used it to find 130+ valid bugs across various programs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://lonkero.bountyy.fi/" rel="noopener noreferrer"&gt;Try Lonkero&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What's your current recon/scanning workflow?&lt;/p&gt;

</description>
      <category>bugbounty</category>
      <category>pentesting</category>
      <category>tools</category>
      <category>vulnerability</category>
    </item>
    <item>
      <title>I built a Rust-powered web vulnerability scanner with 60+ modules</title>
      <dc:creator>Bountyyfi</dc:creator>
      <pubDate>Sat, 31 Jan 2026 20:14:15 +0000</pubDate>
      <link>https://forem.com/bountyyfi/i-built-a-rust-powered-web-vulnerability-scanner-with-60-modules-4og0</link>
      <guid>https://forem.com/bountyyfi/i-built-a-rust-powered-web-vulnerability-scanner-with-60-modules-4og0</guid>
      <description>&lt;p&gt;I got tired of slow, bloated scanners that spit out 500 “findings” where 490 are noise.&lt;br&gt;
So I built Lonkero – a fast web vulnerability scanner in Rust.&lt;br&gt;
What it does:&lt;br&gt;
    ∙ 60+ attack modules (XSS, SQLi, SSRF, IDOR, misconfigs…)&lt;br&gt;
    ∙ Crawls and fuzzes automatically&lt;br&gt;
    ∙ Low false positives – focuses on real, exploitable bugs&lt;br&gt;
    ∙ Single binary, no dependencies&lt;/p&gt;

&lt;p&gt;Why Rust?&lt;br&gt;
Speed. Memory safety. No GC pauses during large scans. It handles thousands of requests without breaking a sweat.&lt;/p&gt;

&lt;p&gt;Quick example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;lonkero scan &lt;span class="nt"&gt;--target&lt;/span&gt; https://example.com &lt;span class="nt"&gt;--modules&lt;/span&gt; xss,sqli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Who’s it for:&lt;br&gt;
    ∙ Pentesters who want fast recon&lt;br&gt;
    ∙ Bug bounty hunters grinding multiple targets&lt;br&gt;
    ∙ Devs who want to scan before shipping&lt;br&gt;
I’ve found 130+ valid bugs with it across various programs.&lt;br&gt;
Try it: &lt;a href="https://lonkero.bountyy.fi/" rel="noopener noreferrer"&gt;Try Lonkero free&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from the community. What modules would you want to see next?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>security</category>
      <category>rust</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
