We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee033d commit 89d0a0dCopy full SHA for 89d0a0d
modules/auxiliary/admin/kerberos/ms14_068_kerberos_checksum.rb
@@ -66,9 +66,6 @@ def run
66
domain_sid = user_sid_arr[0, user_sid_arr.length - 1].join('-')
67
user_rid = user_sid_arr[user_sid_arr.length - 1].to_i
68
69
- print_status("#{peer} - Connecting with the KDC...")
70
- connect
71
-
72
unicode_password = Rex::Text.to_unicode(datastore['PASSWORD'])
73
password_digest = OpenSSL::Digest.digest('MD4', unicode_password)
74
0 commit comments