Skip to content

Commit 592de9b

Browse files
committed
Something tells me charles wanna try 5 times, not 6 times.
1 parent ba242e1 commit 592de9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/smart_hashdump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def decrypt_user_hash(rid, hbootkey, enchash, pass)
289289
def read_hashdump
290290
host,port = session.session_host, session.session_port
291291
collected_hashes = ""
292-
tries = 0
292+
tries = 1
293293

294294
begin
295295

0 commit comments

Comments
 (0)