get the http allowed methods for URLs list
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
1- git clone https://github.com/smackerdodi/allowed-methods.git
2- cd allowed-methods
3- pip3 install -r requirements.txt
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