Skip to content

quick script to take a list of urls and payloads and see where each url redirects to when tested with each payload. Use with https://github.com/devanshbatham/ParamSpider. Has been moved to: https://github.com/devanshbatham/OpenRedireX

Notifications You must be signed in to change notification settings

NullPxl/redirthis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

redirthis

Quick script to take a list of urls and payloads and see where each url redirects to when tested with each payload. python 3.7+ (due to some asyncio/aiohttp features only being available in this version)

Created with the intention of being used with ParamSpider

>python3 redirthis.py --list urls.txt --payloads payloads.txt --keyword FUZZ

http://examplefakesite.com:80/55301089/download?t=//www.google.com/%2e%2e -> https://examplefakesite.com/ [301] -> https://www.google.com/ [302]
...

About

quick script to take a list of urls and payloads and see where each url redirects to when tested with each payload. Use with https://github.com/devanshbatham/ParamSpider. Has been moved to: https://github.com/devanshbatham/OpenRedireX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages