Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 476 Bytes

Get-Redirects

Script to enumerate all redirects of a given URL.
Must have Python3 installed.
Only compatible with Ubuntu Linux and derivatives.

Usage:

git clone https://github.com/ProbieK/Get-Redirects.git
cd Get-Redirects
sudo chmod +x ./get-redirects ./get-domain.py
./get-redirects -h

About:

It cURL's the given URL with a randomly selected useragent string [from a list of 10 predefined] and outputs the unique domains that it was redirected to.