An open API service indexing awesome lists of open source software.

https://github.com/smackerdodi/allowed-methods

get the http allowed methods for URLs list
https://github.com/smackerdodi/allowed-methods

Last synced: 4 months ago
JSON representation

get the http allowed methods for URLs list

Awesome Lists containing this project

README

          

# 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](https://github.com/smackerdodi/allowed-methods/blob/main/Capture.JPG)