From 586b2d92e24005a71ffdb0d8bbed3ded849385a7 Mon Sep 17 00:00:00 2001 From: p3nt4 Date: Fri, 9 Dec 2016 15:45:30 +1100 Subject: [PATCH] Corrected status prints --- modules/post/windows/manage/hashcarve.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/post/windows/manage/hashcarve.rb b/modules/post/windows/manage/hashcarve.rb index 84cf3ccf88..47d31ac18b 100644 --- a/modules/post/windows/manage/hashcarve.rb +++ b/modules/post/windows/manage/hashcarve.rb @@ -80,10 +80,10 @@ class MetasploitModule < Msf::Post #print_status("Decrypting user keys...") #users = decrypt_user_keys(hbootkey, users) - print_status("Modifying User Key") + print_status("Modifying user key") modify_user_key(hbootkey, ridInt, user,[nthash].pack("H*"),[lmhash].pack("H*")) - print_status("Carving User Key") + print_status("Carving user key") write_user_key(rid, user) print_status("Completed! Let's hope for the best")