Open Redirect Scanner

Put domains in domain.txt, one domain per line.

Run:
monogrok redirect

Results are created automatically in:
props/redirect/results/<timestamp>/

Generated files include discovered_urls.txt, sources_summary.jsonl,
open_redirects.jsonl, open_redirects.csv, and errors.txt.

The default vulnerable redirect destination is:
https://bestbuy.com

Optional URL-list scan:
monogrok redirect --file path/to/url-list.txt

Useful commands:
monogrok redirect --domain example.com
monogrok redirect --domain example.com --discovery-only
monogrok redirect --domain example.com --sources wayback,commoncrawl,urlscan
monogrok redirect --url "https://example.com/login?next=/home"
monogrok redirect --payload "https://bestbuy.com"
