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
- Host: GitHub
- URL: https://github.com/kost/http-get-methods
- Owner: kost
- Created: 2010-02-21T20:03:17.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-21T20:10:19.000Z (almost 16 years ago)
- Last Synced: 2025-04-05T13:51:24.241Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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