-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Add Kerberos type hashes to cracking #20881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Use |
| nil | ||
| when /^krb5$/ | ||
| return "#{cred.id}:#{cred.private.data}" | ||
| # when /^krb5$/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we concerned about the exact krb5 string not being matched against any cred private type anymore? e.g. would we miss any matches and fall through? /^(krb5.|timeroast$)/ matches different values than /^krb5$/.
|
#20881 is a prerequisite as I pulled out a bunch of the john fixes to make this easier to look at. |
fixes #20871
fixes #20872
Drafted while I finish up
hash_crack_validator.rb