5

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 ?

Michael-O
  • 18,123
  • 6
  • 55
  • 121
blue-sky
  • 51,962
  • 152
  • 427
  • 752
  • Have a look at this link. [https://richardkok.wordpress.com/2011/02/03/wireshark-determining-a-smb-and-ntlm-version-in-a-windows-environment/] – zakaiter Feb 17 '16 at 07:21
  • @zakaiter link is broken? – blue-sky Feb 17 '16 at 07:44
  • https://richardkok.wordpress.com/2011/02/03/wireshark-determining-a-smb-and-ntlm-version-in-a-windows-environment/ – zakaiter Feb 17 '16 at 07:45
  • 1
    **Same kind of question is asked here, hope it helps** [How to determine NTLMv1 VS NTLMv2 traffic in netmon](https://social.technet.microsoft.com/Forums/en-US/dcf004ca-ae72-4d04-ab07-10ece3143ae6/how-to-determine-ntlmv1-vs-ntlmv2-traffic-in-netmon?forum=netmon) – zakaiter Feb 17 '16 at 07:52

1 Answers1

-1

You can't unless you dissect the messages.

Michael-O
  • 18,123
  • 6
  • 55
  • 121