ropnop / kerbrute

A tool to perform Kerberos pre-auth bruteforcing
Apache License 2.0
2.64k stars 415 forks source link

Fix clock skew err #31

Closed ropnop closed 3 years ago

ropnop commented 3 years ago

Refactored error handling, now assuming that KRB_AP_ERR_SKEW Clock skew too great means a valid login because the KDC successfully decrypted our AS. Should address #22

There's some other edge cases I discovered when clock skew is off, will work on those next