ShadowScope - Fast Bug Bounty Recon banner

ShadowScope - Fast Bug Bounty Recon

2 devlogs
56m 55s

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.

noamismach

Successfully built the passive subdomain enumeration module! ShadowScope now queries crt.sh’s certificate transparency logs to discover hidden subdomains for any target. Just tested it live on hackerone.com and it works perfectly. Next up: building an HTTP prober to check which of these subdomains are actually alive!

Attachment
0
noamismach

Set up the core CLI structure for ShadowScope. The tool now accepts target domains via terminal. Next: subdomain scanner!

Attachment
0