Skip to content

Commit 89d0a0d

Browse files
committed
Delete unnecessary connect
1 parent fee033d commit 89d0a0d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/auxiliary/admin/kerberos/ms14_068_kerberos_checksum.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ def run
6666
domain_sid = user_sid_arr[0, user_sid_arr.length - 1].join('-')
6767
user_rid = user_sid_arr[user_sid_arr.length - 1].to_i
6868

69-
print_status("#{peer} - Connecting with the KDC...")
70-
connect
71-
7269
unicode_password = Rex::Text.to_unicode(datastore['PASSWORD'])
7370
password_digest = OpenSSL::Digest.digest('MD4', unicode_password)
7471

0 commit comments

Comments
 (0)