Credential Hunting
Application Configuration Files
Searching for Files
PS C:\htb> findstr /SIM /C:"password" *.txt *.ini *.cfg *.config *.xmlDictionary Files
Chrome Dictionary Files
PS C:\htb> gc 'C:\Users\htb-student\AppData\Local\Google\Chrome\User Data\Default\Custom Dictionary.txt' | Select-String password
Password1234!Unattended Installation Files
Unattend.xml
PowerShell History File
PowerShell Credentials
Decrypting PowerShell Credentials
Last updated