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

https://github.com/kost/http-get-methods

Enumeration of HTTP methods
https://github.com/kost/http-get-methods

Last synced: 5 months ago
JSON representation

Enumeration of HTTP methods

Awesome Lists containing this project

README

          

http-get-methods
================
Reads URLs from stdin and spits out HTTP methods to stdout.
Copyright (C) Vlatko Kosturjak, Kost. Distributed under GPL.

It tries all known methods:
- OPTIONS /
- OPTIONS *
- NONEXISTANT HTTP method
- try each known method

Examples
========
./http-get-methods.pl -a -m -c < urls.txt

where urls.txt can be in form of:
http://url
server.domain:port
server.domain