Skip to content

TheKrakenIO/The_Inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The_Inspector

Redirect Tracker

This script is designed to follow the trail of HTTP(S) redirects when accessing a web domain. It is helpful for debugging, SEO analysis, and tracking the final destination of a URL.

Features

  • Follows up to 10 redirects by default.
  • Logs the entire redirect chain along with status codes and IP addresses.
  • Warns if a redirect attempts to initiate a file download.
  • User-agent string mimicry for improved website compatibility.
  • Uses Python's requests library for handling HTTP requests.

#Usage To use the script, run it with Python and enter the domain you wish to track: Enter the domain: example.com

About

Basic redirect link information base on error code

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages