How to distinguish between ntlm & ntlmv2 authentication

1.6k Views Asked by At

I'm viewing some legacy code and attempting to determine if the application is using ntlm or ntlmv2.

Viewing the source the response header set to "WWW-Authenticate", "NTLM".

But I'm not sure if this is an indication of the authentication type.

How to distinguish between ntlm & ntlmv2 authentication ?

1

There are 1 best solutions below

2
On

You can't unless you dissect the messages.