ShadowScope is a modular CLI tool built in Python, designed to automate the reconnaissance phase for bug bounty hunters. It streamlines the process of discovering subdomains, probing live HTTP servers, and finding exposed secrets. I am currently b…
ShadowScope is a modular CLI tool built in Python, designed to automate the reconnaissance phase for bug bounty hunters. It streamlines the process of discovering subdomains, probing live HTTP servers, and finding exposed secrets. I am currently building the core CLI structure and the first module for subdomain enumeration using crt.sh. Next, I plan to add asynchronous tasks to make the scans blazingly fast and integrate the rich library for a beautiful terminal UI.