Hi Jordan,

> I looked into it, but my negotiate messages look like this: 
>
> "Negotiate YIID..." which I think means that they're kerberos messages?

You should base64-decode it [Section 4.1 of RFC 4559] and dump that as GSSAPI 
content which, at least in this early phase, is DER-encode.  You should make a 
dump of the decoded binary content with a tool like "openssl asn1parse" with a 
few layout options or, for much more/better information, with my Python script 
on https://github.com/vanrein/hexio/blob/master/derdump

There will be a number of OIDs to signal content following; these you can 
lookup on duckduckgo.com.  You should see a general offer packet providing the 
available mechanisms, followed by one that it takes a proactive guess it -- 
normally Kerberos.

If you're still confused, you could also try sending the output here.

-Rick
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to