Credentials in Files
Credentials in files
1) Cmd
findstr /si pass *.xml *.doc *.txt *.xls
findstr /si cred *.xml *.doc *.txt *.xls2) Empire C2
powershell/collection/file_finder
powershell/collection/find_interesting_file
powershell/credentials/sessiongopher3) Metasploit
search -d <Directory> -f <File>
search -d c:\\shares -f *password*use post/windows/gather/enum_unattend
use post/windows/gather/credentials/chrome
use post/windows/gather/credentials/gpp
use post/windows/gather/enum_filesSearch all modules
4) Powershell
5) SessionGopher
Last updated