<?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: ic0e</title>
    <description>The latest articles on DEV Community by ic0e (@ic0e).</description>
    <link>https://dev.to/ic0e</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%2F3976427%2F5cf8aadd-364d-45a8-9c59-9479ab1fba04.jpg</url>
      <title>DEV Community: ic0e</title>
      <link>https://dev.to/ic0e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ic0e"/>
    <language>en</language>
    <item>
      <title>I built a local OSINT recon dashboard that goes deeper than just checking if a username exists</title>
      <dc:creator>ic0e</dc:creator>
      <pubDate>Tue, 09 Jun 2026 18:03:13 +0000</pubDate>
      <link>https://dev.to/ic0e/i-built-a-local-osint-recon-dashboard-that-goes-deeper-than-just-checking-if-a-username-exists-2bi4</link>
      <guid>https://dev.to/ic0e/i-built-a-local-osint-recon-dashboard-that-goes-deeper-than-just-checking-if-a-username-exists-2bi4</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://github.com/ic0e/OS-Recon" rel="noopener noreferrer"&gt;github.com/ic0e/OS-Recon&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Most people who've looked into OSINT tools have come across Sherlock or Maigret - you give them a username and they tell you where it exists across the web. They're useful, but they share the same limitation: they call an HTTP request, check the status code, return true or false, done.&lt;/p&gt;

&lt;p&gt;The problem is that the user is expected to check all the data, gather it and analyze it, using different tools &amp;amp; messy workflows.&lt;/p&gt;




&lt;h2&gt;
  
  
  What it actually does
&lt;/h2&gt;

&lt;p&gt;OS-Recon is a local recon dashboard. You give it a username (or a few), and it works in Human In The Loop (HITL) stages:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STAGE 1: NORMAL SCAN&lt;/strong&gt;&lt;br&gt;
It probes dozens of platforms concurrently and tries to be smarter about false positives by using a Chrome impersonator. When a platform blocks the request, it gets flagged as blocked rather than "found", so you know to check it manually instead of chasing a ghost.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STAGE 2: GITHUB ANALYZATION&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If your target has a GitHub profile, there's a dedicated module that goes through their public repositories, parses commit history, and automatically flags exposed email addresses - most developers don't realize their email is embedded in every commit they've ever pushed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STAGE 3: DEEP PRY&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is the core feature of the project. For the profiles that are actually found, you can launch the deep pry layer - it spins up isolated stealth browser instances (real headless Chrome, not just HTTP requests) that bypass anti-scraping walls and pull the raw metadata that static scanners can't reach. Bios, outbound links, platform-specific variables, the kind of data that only shows up when a real browser loads the page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STAGE 4: AI ANALYSIS&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;All the collected data can be piped through an AI analysis tab powered by Groq that produces a structured risk report - pattern detection, username consistency across platforms, etc. This is the most unfinished part but already useful.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why build this when other tools exist?
&lt;/h2&gt;

&lt;p&gt;The honest answer is that I wanted one workflow instead of four. The usual process is: run Sherlock, manually check the blocked ones, open a separate tool for GitHub recon, copy-paste everything into a doc. OS-Recon tries to be the single starting point for a recon session - not to replace anything, but to stop constant context switching and mess.&lt;/p&gt;




&lt;h2&gt;
  
  
  What it looks like
&lt;/h2&gt;

&lt;p&gt;The frontend is a React/TypeScript dashboard with a scan view, a deep pry launchpad, and the analytics tab. Here's the scan running:&lt;/p&gt;

&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%2F3vb86u1ddbyyd4ighxig.gif" 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%2F3vb86u1ddbyyd4ighxig.gif" alt="scan demo" width="800" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And the stealth browser layer pulling deep profile data:&lt;/p&gt;

&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%2Fv74y96gllj9ygrpwrxxg.gif" 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%2Fv74y96gllj9ygrpwrxxg.gif" alt="deep pry demo" width="760" height="365"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Where it's at
&lt;/h2&gt;

&lt;p&gt;It's an early MVP. The core flow: scan, deep pry, The GitHub scan works end to end. The AI analytics module is functional but rough. False positive rate on the scanner still needs work.&lt;/p&gt;

&lt;p&gt;Everything runs locally. The stack is FastAPI + React/TS + nodriver + HTTPX + curl-cffi.&lt;/p&gt;

&lt;p&gt;If you want to try it or contribute: &lt;a href="https://github.com/ic0e/OS-Recon" rel="noopener noreferrer"&gt;github.com/ic0e/OS-Recon&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome, especially if something breaks or the approach seems wrong. If you're a dev, contributions and issues are open on GitHub.&lt;/p&gt;

</description>
      <category>python</category>
      <category>security</category>
      <category>osint</category>
      <category>react</category>
    </item>
  </channel>
</rss>
