Open Redirect Finder.
Based on the idea from @ak1t4 and his script https://github.com/ak1t4/open-redirect-scanner
This takes 2 files one for the urls to test and one for the payloads. I've supplied some payloads to try.
It uses the casperjs headless browser to check if the site has redirected to the payload given. If so it logs the data to found.txt
Working for me untested for others
You need to have nodejs installed.
If you need to install it follow the below:
curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
Normal Requirements
apt-get install phantomjs xvfb -y
npm -g install casperjs
python redirect.py urls.txt payloads.txt
Fix any issues reported
append https:// or http:// to urls provided without.