Credential Hunting
Credential Hunting
Search for Passwords
findstr /si password *.xml *.ini *.txt
findstr /s /i cred n:*.*
dir .s *pass* == *.config
dir /s *pass* == *cred* == *vnc* == *.config*
Get-ChildItem -Path C:\ -Include *.kdbx -File -Recurse -ErrorAction SilentlyContinue
Get-ChildItem -Path C:\xampp -Include *.txt,*.ini -File -Recurse -ErrorAction SilentlyContinue
Get-ChildItem -Path C:\Users\<USERNAME>\ -Include *.txt,*.pdf,*.xls,*.xlsx,*.doc,*.docx,*.vbs -File -Recurse -ErrorAction SilentlyContinue
Get-ChildItem -Path "C:\Users\<USERNAME>" -Recurse -Include *.txt,*.xml,*.ini,*.conf -File -ErrorAction SilentlyContinue | Select-String -Pattern "password|passwd|pass|name|login|user|username"Saved Credentials
cmdkey /listApplication Configuration Files
Dictionary Files
Unattended Installation Files
PowerShell History File
PowerShell Credentials
PSCredential Object
Local Administrator Password Solution (LAPS)
Search the Registry for Passwords
Dumping Credentials
Other files
Manually Searching the File System for Credentials
Sticky Notes Passwords
Internet Information Service (IIS)
Further Credential Theft
Browser Credentials
Lazagne
SessionSopher
Windows Autologon
Putty
Wifi Passwords
Last updated