DanMcInerney / net-creds

Sniffs sensitive data from interface or pcap
GNU General Public License v3.0
1.65k stars 432 forks source link

Ignore case on Negotiate #32

Closed CyrilleFranchet closed 4 years ago

CyrilleFranchet commented 5 years ago

Hi, Symantec BlueCoat proxies respond with NEGOTIATE instead of Negotiate (see https://origin-symwisedownload.symantec.com/resources/webguides/proxysg/security_first_steps/Content/Solutions/Authentication/IWA/IWA_verify_Kerberos_auth_ta.htm for example).

So it's better to lowercase the header value. Without it we get the CHALLENGE NOT FOUND error.