Projects

Most of my projects were freelance, for my day job, or can't be disclosed due to NDAs but here are a few I can share.

SubIntel

Feb 2025 – May 2025 Project Link

Collected 2.4B+ subdomains, built scalable API & UI, and optimized querying for exposure management.

SubIntel is a platform I built to automate and scale subdomain discovery for security research and exposure management.Leveraging custom Bash and Python tooling alongside leading open‑source utilities, SubIntel has collected and indexed over 2.4 billion subdomains, with a database (clickhouse BTW) optimized for fast queries. I designed a user-friendly UI and a robust API to streamline reconnaissance for bug bounty hunters, security teams and researchers.

Threat Intelligence Platform

Jan 2025 – Feb 2025 Contractor

Backend services for CVE data, EOL data, threat intelligence, and dark web monitoring (platform name undisclosed due to NDA).

I worked as a contractor on a comprehensive threat intelligence platform, building backend services for automated data collection and processing. The system pulls real-time CVE data, end-of-life (EOL) information, emerging threat intelligence, and data leak monitoring. A major component I developed was the dark web monitoring system, including designing and optimizing the database architecture for efficient threat data storage and retrieval.

Winutil

Sep 2022 – Oct 2023 View on GitHub

#1 PowerShell project on GitHub (35k stars), streamlining Windows installs, debloating, and troubleshooting.

As a core contributor, I developed and maintained Winutil, a widely adopted PowerShell utility for Windows system management. My contributions included adding new features to the tweaks section, implementing configuration management through Windows registry manipulation, developing PowerShell automation scripts, integrating winget package management in the install section, and resolving various issues to improve system stability and user experience.

Edge Removal

Jun 2023 – Sep 2023 View on GitHub

PowerShell script to remove Edge while preserving system stability.

I created a PowerShell script that safely removes Microsoft Edge from Windows systems, using registry, DISM, and core components to ensure no disruption to other system functions.

Kali Mirrorscript

Jan 2023 – Feb 2023 View on GitHub

Automatically selects and configures the best Kali Linux mirror server.

This script streamlines Kali Linux updates by automatically finding and applying the fastest mirror server, improving update speed and reliability for users.

Malicious Debian Package Maker

Oct 2021 – Nov 2021 View on GitHub

Injects bash scripts into .deb packages using preinst/postinst hooks.

A simple tool to inject user-defined bash scripts into Debian packages, leveraging dpkg-deb and installation hooks for custom automation or research.