INFORMATIONAL FILES
List all user folders of all users
tree /f /a C:\UsersGet all details about WLAN profiles
cat C:\ProgramData\Microsoft\Wlansvc\Profiles\*.xmlListing web.config files
cat C:\inetpub\www\*\web.config
cd C:\; ls web.config -rListing unattend.xml
cat C:\Windows\Panther\Unattend.xml
cd C:\; ls unattend.xml -rList config files
cd C:\ProgramData\Configs\ ; lsList PowerShell scripts and config files
cd C:\Program Files\Windows PowerShell\; lsGet Putty config
cd C:\Users\[USERNAME]\AppData\LocalLow\Microsoft\Putty; lsGet FileZilla creds
cat C:\Users\<USERNAME>\AppData\Roaming\FileZilla\FileZilla.xmlGet Jenkins creds
cat C:\Program Files\Jenkins\credentials.xmlGet VNC password from registry and to decrypt it use vncpwd
Get-ItemProperty -Path HKLM:\Software\TightVNC\Server -Npoweame "Password" | select -ExpandProperty PassworLast updated