Passwords
Last updated
Last updated
Try different authentication methods if we find them as well as juggle the password for every single user just in case we can do some lateral movement .
Try psexec because maybe we find a password for our current user but turns out that user reused his password to set up an administrator account
try RDP
try runas
try the powesrshell run as variation
try winexe -U "user%pass" //<ip> cmd.exe
Windows has a runas command which allows users to run commands with the privileges of other users. This usually requires the knowledge of the other userβs password. However, Windows also allows users to save their credentials to the system, and these saved credentials can be used to bypass this requirement.
To verify these are correct we can run the command cmdkey /list and if it doesnt show anything we need to run the savedcred.bat to restore them and rerun the command.
We should run this in directories where we think these will be, such as unusual folders because then it will become super overloaded with info.
Look at Unattended.xml
SAM/SYSTEM locations
If we are able to read them we can secretsdump.py
or use
C:\Windows\System32\config
C:\Windows\Repair
C:\Windows\System32\config\RegBack