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 ?
You can't unless you dissect the messages.