Tools built for real client work

Most of these came out of a specific problem on a specific engagement — not built speculatively.

Internal tool

IT Asset Management System

Single-page web app to track IT assets, assignments, and the exit workflow when an employee leaves — who has what, and a clean handover checklist instead of a spreadsheet nobody updates.

JavaScriptAsset trackingExit workflow

Security tool

VulnDash

A dashboard to track vulnerability scan findings and remediation status across a VAPT engagement — built to replace a scattered spreadsheet of Nmap/Nessus output with something the whole team can act on.

PythonNmapNessusDashboard

Security tool

Malware Hash Scanner

A VirusTotal-integrated tool for checking file hashes against known malware signatures — drag-and-drop interface, quick verdicts during incident response.

FlaskVirusTotal APITailwind CSS

Security tool

ANS Recon — VAPT Workspace

A single-file recon workspace covering HTTP headers, SSL, DNS, and WHOIS checks, with client-ready report export — built for faster first-pass recon during an assessment.

HTML/JSDNS/WHOISSSL checks

Security tool

Network Traffic Analytics Dashboard

Live network traffic visualization built on Scapy for packet capture and Plotly for the dashboard — useful for spotting unusual traffic patterns during an audit.

StreamlitScapyPlotly

Security tool

Nmap Audit Tool

Wraps Nmap scans with automatic severity classification and generates a branded, client-ready HTML report — cuts report-writing time after a scan significantly.

PythonNmapHTML reports