Small script to check a list of domains against open redirect vulnerability.
```basic $ git clone https://github.com/Naategh/dom-red.git $ cd dom-red && pip install -r requirements.txt $ python dom-red.py -h
_ ________ _________
___ __ ____________ ___ ___ __ __________ /
__ / / / __ _ __ `__ \ __ // / _ \ /
_ // // // / / / / / / _ , // __/ // /
/__/ _/// // // // || _/_,/
Author :: Naategh
usage: dom-red.py [-h] -d DOMAIN -p PAYLOAD [-i] [-v]
optional arguments: -h, --help show this help message and exit -d DOMAIN, --domain DOMAIN Path of domains list -p PAYLOAD, --payload PAYLOAD Path of payloads list -i, --include Include a slash at end of URLs -v, --verbose Show more results ```
basic
$ python dom-red.py -d /root/domains.txt -p /root/payloads.list -i
$ python dom-red.py -d /root/domains.txt -p /root/payloads.txt -v -i -o ./res.txt
bugbounty python open-redirect