What I am building
Tools organized by complexity. Each one solves a specific problem in security research or automation.
Recon Automation Framework
In ProgressAutomated subdomain enumeration, endpoint discovery, and URL collection. Takes a target domain and produces a structured map of its attack surface. Outputs clean, filtered results ready for manual review or automated scanning.
Custom XSS Scanner
In ProgressTargeted cross-site scripting detection tool. Injects test payloads into URL parameters and form fields, analyzes server responses for reflection, and logs confirmed or suspected findings with context.
URL Parameter Analyzer
PlannedParses URLs from recon output, extracts query parameters, categorizes them by potential vulnerability type, and flags high-value targets. Useful for prioritizing manual testing after automated collection.
Authenticated Crawler
PlannedA web crawler that maintains authenticated sessions — handling login, cookies, CSRF tokens, and session refresh. Maps endpoints that are only visible behind authentication, where most real vulnerabilities live.
Smart Fuzzing Engine
PlannedAn intelligent fuzzer that adapts its payload set based on server responses. Supports encoding, obfuscation, and WAF-aware testing strategies. Generates report-ready output for each tested parameter.
Bug Triage Assistant
PlannedTakes raw scan output and categorizes findings by severity, duplicate likelihood, and exploitability. Helps reduce noise from automated tools and surfaces the issues that actually matter for reporting.
Full Bug Bounty Automation Pipeline
PlannedEnd-to-end automation that connects every stage of the bug bounty workflow. Takes a target, runs recon, crawls endpoints, fuzzes parameters, filters noise, and produces a structured report. The goal is a system where a human only needs to review the final output — everything else is handled by code.