HTTP Status Checker v1.1 Code checking tool open to development written in Python programming language.
- 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.
To installation the used libraries.
$ pip install -r requirements.txt
$ 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)