getprotocol

Simple script to get if host is using http or https.


License
MIT
Install
pip install getprotocol==0.2

Documentation

GetProtocol

made-with-python Twitter

Simple script to get if a host is using http or https. Once the results come back, make sure to go through each and every line! Might contain bugs 🐱

Tested On (OS & Python version)

  • WSL2 - Ubuntu 20.04 LTS -- Python 3.8.5

Downloading & Installation

pip3 install getprotocol 

OR

git clone https://github.com/Anon-Exploiter/getprotocol/
cd getprotocol/
python3 setup.py build 
python3 setup.py install --user

Usage

Piping hosts cat from a file to the script:

cat hosts.txt | getprotocol

Get hosts from file and pass it to getprotocol:

getprotocol < hosts.txt

Todos

  • Add Colors
  • Create a Docker image/Dockerfile
  • Do more QA testing

Filing Bugs/Contribution

Feel free to file a issue or create a PR for that issue if you come across any.