The password database portion of the privilege escalation extension.
Displays the contents of the SAM database
# File lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/passwd.rb, line 38 def cmd_hashdump(*args) client.priv.sam_hashes.each { |user| print_line("#{user}") } return true end
Generated with the Darkfish Rdoc Generator 2.