|
|||||||||||
|
RE: check authentication-methods
From: Death Star <deathstar(at)optonline.net>
Date: Tue Jun 17 2003 - 13:23:01 EDT
-----Original Message-----
authentication methods for any number of site paths. I've seen this on
a
-----Original Message-----
Thomas, You could just Telnet to the web server on port 80 and send a simple GET / request, then look at the headers that come back. Here an example of what comes back from IIS.
Server: Microsoft-IIS/5.0
The WWW-Authenticate: NTLM header tells you it's asking for NTLM. If it's using basic it will have BASIC in the header. Here's how I did it At a command prompt type: telnet <your web server> 80 <press enter> You will get a blank screen, type GET / <press enter> You will get the headers dumped back to you. Hope this helps. Have a great day,
Dennis Hurst
-----Original Message-----
Anybody knows a tool (prefferably win32) to check, wich 401-authentication-methods are supported by a webserver (i.e. basic, ntlm)?
thomas springer
Thomas Springer MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus Received on Tue Jun 17 15:09:51 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:52 EDT |
||||||||||
|
|||||||||||