Final cleanup
parent
c5623cae4c
commit
433c9f6b28
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue