Skip to content

kost/http-get-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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




About

Enumeration of HTTP methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages