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
- Host: GitHub
- URL: https://github.com/smackerdodi/allowed-methods
- Owner: smackerdodi
- Created: 2021-02-22T21:52:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T22:08:49.000Z (over 4 years ago)
- Last Synced: 2024-11-21T19:38:46.630Z (12 months ago)
- Language: Python
- Size: 99.6 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - smackerdodi/allowed-methods - get the http allowed methods for URLs list (Python)
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
