Skip to content

py-pow/HTTP-Status-Checker-v1.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Logo

HTTP Status Checker v1.1 Code checking tool open to development written in Python programming language.

Innovations:

  • Some bugs have been fixed.
  • Added extra error trap except.
  • It is enabled to continue scanning in case of any error.
  • Added the -s/--status argument to scan and save only the desired HTTP Status Code.

Installation

To installation the used libraries.

$  pip install -r requirements.txt

Usage

$ python3 main.py --list sites.txt 
$ python3 main.py --list sites.txt  --output websites.txt
$ python3 main.py --list sites.txt --status 200,404,503 --output websites.txt (default : output.txt)

Screenshots

Tool Screenshot

Tool Screenshot

Demo Video

asciicast

About

HTTP Status Checker v1.1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages