<?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: secretman12-lang</title>
    <description>The latest articles on DEV Community by secretman12-lang (@secretman12lang).</description>
    <link>https://dev.to/secretman12lang</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%2F3771750%2Fee842e61-d2fc-4324-ae52-a1c90fd9e02f.png</url>
      <title>DEV Community: secretman12-lang</title>
      <link>https://dev.to/secretman12lang</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/secretman12lang"/>
    <language>en</language>
    <item>
      <title>I Built an Experimental Async OSINT Tool in Python (VoidScan)</title>
      <dc:creator>secretman12-lang</dc:creator>
      <pubDate>Fri, 13 Feb 2026 21:35:48 +0000</pubDate>
      <link>https://dev.to/secretman12lang/i-built-an-experimental-async-osint-tool-in-python-voidscan-5129</link>
      <guid>https://dev.to/secretman12lang/i-built-an-experimental-async-osint-tool-in-python-voidscan-5129</guid>
      <description>&lt;p&gt;I’ve been studying OSINT techniques and asynchronous programming in Python, so I decided to build a small experimental CLI tool called &lt;strong&gt;VoidScan&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The goal was not to compete with established tools, but to understand async I/O, HTTP requests at scale, and CLI architecture.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔎 What VoidScan Does
&lt;/h2&gt;

&lt;p&gt;VoidScan scans a given username across multiple platforms and checks whether the account exists.&lt;/p&gt;

&lt;p&gt;It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Normal mode (basic lookup)&lt;/li&gt;
&lt;li&gt;Strict mode (more conservative validation)&lt;/li&gt;
&lt;li&gt;Deep mode (generates username variations)&lt;/li&gt;
&lt;li&gt;Async scanning using &lt;code&gt;aiohttp&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;CLI built with &lt;code&gt;Typer&lt;/code&gt; and &lt;code&gt;Rich&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧠 Why I Built It
&lt;/h2&gt;

&lt;p&gt;I wanted to practice:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;asyncio&lt;/li&gt;
&lt;li&gt;concurrent HTTP requests&lt;/li&gt;
&lt;li&gt;clean project structure&lt;/li&gt;
&lt;li&gt;packaging &amp;amp; distribution (PyPI)&lt;/li&gt;
&lt;li&gt;CLI UX design&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🆚 Comparison
&lt;/h2&gt;

&lt;p&gt;There are larger OSINT tools like Sherlock and Maigret that are more complete.&lt;/p&gt;

&lt;p&gt;VoidScan is intentionally:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Smaller&lt;/li&gt;
&lt;li&gt;Async-first&lt;/li&gt;
&lt;li&gt;Easier to read and extend&lt;/li&gt;
&lt;li&gt;Focused on learning &amp;amp; experimentation&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠 Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Python 3.10+&lt;/li&gt;
&lt;li&gt;asyncio&lt;/li&gt;
&lt;li&gt;aiohttp&lt;/li&gt;
&lt;li&gt;Typer&lt;/li&gt;
&lt;li&gt;Rich&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 GitHub
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/secretman12-lang/voidscan" rel="noopener noreferrer"&gt;https://github.com/secretman12-lang/voidscan&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback is welcome!&lt;/p&gt;

</description>
      <category>cli</category>
      <category>cybersecurity</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
