Skip to content

Check a list of URLs from file urllist.txt with a bashscript to get the HTTP-status, also detect redirect loops.

License

Notifications You must be signed in to change notification settings

web-vision/checkurls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

checkurls.sh

Check a list of URLs from file urllist.txt with a bashscript to get the HTTP-status, also detect redirect loops.

How to use:

  • Create a file called urllist.txt and place it in them folder as the script
  • The file should contain a URL per line
  • Alter the variable SAFE_STATUSCODES according to your needs (i've removed 301 to detect redirect loops)
  • run script from bash

About

Check a list of URLs from file urllist.txt with a bashscript to get the HTTP-status, also detect redirect loops.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages