You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern and legacy API keys, OAuth tokens, secrets, JWTs, session cookies, cloud credentials, blockchain/web3 keys, AI/ML API keys, mobile and IoT secrets, and more.
Supports Google, AWS, Azure, Facebook, Twitter, Discord, Telegram, Stripe, Shopify, GitHub, GitLab, Bitbucket, Cloudflare, Heroku, Vercel, Netlify, Supabase, OpenAI, HuggingFace, and dozens of other services.
Path/Endpoint Extract:
Relative, Absolute, Home-Relative
Links Extract:
Relative, Absolute
Subdomain Extract:
Extract subdomain only in scope. Current url root domain is scope.
Exclude Extensions:
Remove extensions from path,link,url
👑 Supported Secret Types (Partial List)
Google API, OAuth, Maps, Analytics, Firebase, GCP Service Accounts
jssf -h
Usage: jssf [OPTIONS]
Options:
-h Show help
-u string Scan a single URL
-f string Scan a file (each line is a URL)
-custom string Custom mode: comma-separated list of modes (links,paths,secrets,subs)
-exclude string Comma-separated list of extensions to exclude (e.g. png,jpg,svg)
-links Extract in-scope links (relative + absolute)
-paths Extract file system paths (absolute, relative, home-relative)
-secrets Detect secret patterns using regex (from patterns.go)
-subs Extract only subdomains for the target's root domain (exclusive with -links)
-thread int Number of concurrent threads (default 5)
-timeout int HTTP request timeout in seconds (default 5)
-s Silent mode (hide banner and summary)
-o string Save output to plain text file (optional)