Skip to content

A CLI tool for checking HTTP status codes built in python

License

Notifications You must be signed in to change notification settings

rezakurniawan88/http-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

INSTALLATION

  1. Clone repository :
git clone https://github.com/rezakurniawan88/http-status.git
  1. Change directory to http-status
cd http-status
  1. Install requests module
pip3 install requests

HOW TO USE

How to use : python3 http-status.py [options] [url/list]

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     Scan with single url
  -l LIST, --list LIST  Scan with multi url/list file, format(.txt)

EXAMPLE

Scan With Single Url

$ python3 http-status.py -u https://example.com

 ______ ______ ______ ______ ______ ______ ______ ______
|______|______|______|______|______|______|______|______|
 _     _   _                      _        _
| |   | | | |                    | |      | |
| |__ | |_| |_ _ __           ___| |_ __ _| |_ _   _ ___
| '_ \| __| __|  _ \   ____  / __| __/ _` | __| | | / __|
| | | | |_| |_| |_) | |____| \__ | || (_| | |_| |_| \__ \
|_| |_|\__|\__| .__/         |___/\__\__,_|\__|\__,_|___/
              | |
              |_|
 ______ ______ ______ ______ ______ ______ ______ ______
|______|______|______|______|______|______|______|______|

                                        @rezakurniawan88

Starting ...

Status  |     Website
[200]   : https://example.com

Scan With List File

$ python3 http-status.py -l list-url.txt

 ______ ______ ______ ______ ______ ______ ______ ______
|______|______|______|______|______|______|______|______|
 _     _   _                      _        _
| |   | | | |                    | |      | |
| |__ | |_| |_ _ __           ___| |_ __ _| |_ _   _ ___
| '_ \| __| __|  _ \   ____  / __| __/ _` | __| | | / __|
| | | | |_| |_| |_) | |____| \__ | || (_| | |_| |_| \__ \
|_| |_|\__|\__| .__/         |___/\__\__,_|\__|\__,_|___/
              | |
              |_|
 ______ ______ ______ ______ ______ ______ ______ ______
|______|______|______|______|______|______|______|______|

                                        @rezakurniawan88

Starting ...

Status  |     Website
[200]   : https://example.com
[403]   : https://admin.example.com
[503]   : https://abc.example.com
[404]   : https://def.example.com

About

A CLI tool for checking HTTP status codes built in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages