Final cleanup

unstable
sinn3r 2012-08-21 14:17:21 -05:00
parent c5623cae4c
commit 433c9f6b28
2 changed files with 18 additions and 18 deletions

View File

@ -311,7 +311,7 @@ class Metasploit3 < Msf::Post
hint_count += 1
end
end
print_good("\tNo users with password hints on this system") if hint_count == 0
print_status("\tNo users with password hints on this system") if hint_count == 0
print_status("\tDumping password hashes...")
users.keys.sort{|a,b| a<=>b}.each do |rid|