Skip to content

smackerdodi/allowed-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

get the http allowed methods for URLs list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages