Skip to content

Simple Python script to check the HTTP status code of URLs in a text file

Notifications You must be signed in to change notification settings

josef0x/HTTP-response-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL Checker

Simple Python script to check the HTTP status code of a list of URLs stored in a text file. This can be useful when doing recon, once a list of URLs is available. A typical use case is to easily determine alive URLs (in an automated manner instead of checking each one manually).

What does the script do ?

In brief :

  1. Requests each URL in the text file (in GET)
  2. For each one of them it prints the corresponding status code and stores the final result in the directory output_files

Usage :

python3 checker.py -i URLs.txt

About

Simple Python script to check the HTTP status code of URLs in a text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages