Skip to content

This is a small tool that can find the redirected URL for any website.

Notifications You must be signed in to change notification settings

sudohikumar/redirect-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ABOUT

This is a small tool which tries to find the redirect URLs of any URLs. To run, user can run

$ go run main.go <set of URLs space separated>

For example,

$ go run main.go "https://bit.ly/3iBDOMM" "https://bit.ly/3wdOmWa" "https://bit.ly/3iBDOMM" "https://bit.ly/3wdOmWa"

This will give output as follows.

URL: https://bit.ly/3iBDOMM - Redirected URL: www.google.com
URL: https://bit.ly/3iBDOMM - Redirected URL: www.google.com
URL: https://bit.ly/3wdOmWa - Redirected URL: www.microsoft.com
URL: https://bit.ly/3wdOmWa - Redirected URL: www.microsoft.com

About

This is a small tool that can find the redirected URL for any website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages