Skip to content

jogind3r/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL_Status_Checker

this script takes URLs as input from std input and gives out the status of every URL. Download it here

usage:

download the code and run as $ url_status.py < your_list_file.txt

or

$ cat your_list_file.txt | url_status.py

or

$ some_stuff | url_status.py

!!input contains urls ,one on each line

or run as

python -c "$(curl -s https://raw.githubusercontent.com/jogind3r/scripts/master/url_status.py)" < your_list_file.txt

test it:

curl -s https://raw.githubusercontent.com/jogind3r/scripts/master/sample.txt | python -c "$(curl -s https://raw.githubusercontent.com/jogind3r/scripts/master/url_status.py)"

output:

working...

403:https://img1.wsimg.com/Sitecore/E/

200:https://www.apple.com

404:https://github.com/url_does_not_exist

404:https://www.apple.com/images

200:https://www.microsoft.com

200:https://google.com

200:https://apple.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors