/allowed-methods

get the http allowed methods for URLs list

Primary LanguagePython

allowed-methods

get the http allowed methods for URLs list

Description

take a list of urls and get the HTTP allowed methods ( GET-POST-PUT-PATCH- ... etc) and it is so fast because it is multi threaded and the output is coloured for easy reading

Install

1- git clone https://github.com/smackerdodi/allowed-methods.git

2- cd allowed-methods

3- pip3 install -r requirements.txt

Usage

python3 allowed-methods.py url.txt output.txt

url.txt : file contain url list to enumerate

output.txt : file contain url and its allowed methods

Screenshot

scrrenshot