You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running bifrost on a Mac VM getting error out of bounds error message.
./bifrost -action asktgs -ticket doIF <snipped>= -service host/ent-dc-1.enterprise.local -kerberoast true
Client Domain: ENTERPRISE.LOCAL
Requesting account: kirk-admin
Requested Service: cifs/ent-dc-1.enterprise.local
Ticket Encryption: 18
[-] Error: trying to move outside of blob range in getNextAsnBlob while creating new blob
[-] Error in getNextASNBlob: Future out of bounds
[-] Error in parseTGSREP: Future out of bounds
[-] Final error: Future out of bounds
Found out the error was that time offset between the mac and the DC.
May want to throw a message in the error suggesting to check the time offset or force NTP sync with target.
The text was updated successfully, but these errors were encountered:
While running bifrost on a Mac VM getting error out of bounds error message.
./bifrost -action asktgs -ticket doIF <snipped>= -service host/ent-dc-1.enterprise.local -kerberoast true
Client Domain: ENTERPRISE.LOCAL
Requesting account: kirk-admin
Requested Service: cifs/ent-dc-1.enterprise.local
Ticket Encryption: 18
[-] Error: trying to move outside of blob range in getNextAsnBlob while creating new blob
[-] Error in getNextASNBlob: Future out of bounds
[-] Error in parseTGSREP: Future out of bounds
[-] Final error: Future out of bounds
Found out the error was that time offset between the mac and the DC.
May want to throw a message in the error suggesting to check the time offset or force NTP sync with target.
The text was updated successfully, but these errors were encountered: