httprecon project
advanced web server fingerprinting
"Marc Ruef developed a new tool to make fingerprinting of web servers much easier. While using different test cases the hard requirements of such an identification can be met much better and more precise." - Martin Rutishauser, OneConsult GmbH, Director Training and Research
Test: options (OPTIONS / HTTP/1.1)
Fingerprint: options-public

Similar to options-allowed, the announcement of allowed methods for public use.

ImplementationOptions-public
1CL-HTTP 70.216put,trace,options,delete,post,get,head
2Microsoft IIS 5.0OPTIONS,TRACE,GET,HEAD,DELETE,PUT,POST,COPY,MOVE,MKCOL,PROPFIND,PROPPATC
H,LOCK,UNLOCK,SEARCH
3Microsoft IIS 5.0OPTIONS,TRACE,GET,HEAD,POST
4Microsoft IIS 5.1OPTIONS,TRACE,GET,HEAD,DELETE,PUT,POST,COPY,MOVE,MKCOL,PROPFIND,PROPPATC
H,LOCK,UNLOCK,SEARCH
5Microsoft IIS 6.0OPTIONS,TRACE,GET,HEAD,DELETE,PUT,POST,COPY,MOVE,MKCOL,PROPFIND,PROPPATC
H,LOCK,UNLOCK,SEARCH
6Microsoft IIS 6.0OPTIONS,TRACE,GET,HEAD,POST
7Microsoft IIS 7.0OPTIONS,TRACE,GET,HEAD,POST
8Netscape Enterprise Server 3.5.1HEAD,GET,PUT,POST
9Netscape Enterprise Server 3.5.1GHEAD,GET,PUT,POST
10Netscape Fasttrack 3.02aHEAD,GET,PUT,POST

[back] [upload] [top]