mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
Update domain-persistence.md
This commit is contained in:
parent
8c6b18d46f
commit
ba9fada90f
@ -63,7 +63,8 @@ Set-ADUser -Identity 'victim' -Add @{altSecurityIdentities=$Map}
|
|||||||
```
|
```
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
- If you can craft forged certificates that include the SID security extension, those will map implicitly even under Full Enforcement. Otherwise, prefer explicit strong mappings. See {{#ref}}account-persistence.md{{#endref}} for more on explicit mappings.
|
- If you can craft forged certificates that include the SID security extension, those will map implicitly even under Full Enforcement. Otherwise, prefer explicit strong mappings. See
|
||||||
|
[account-persistence](account-persistence.md) for more on explicit mappings.
|
||||||
- Revocation does not help defenders here: forged certificates are unknown to the CA database and thus cannot be revoked.
|
- Revocation does not help defenders here: forged certificates are unknown to the CA database and thus cannot be revoked.
|
||||||
|
|
||||||
## Trusting Rogue CA Certificates - DPERSIST2
|
## Trusting Rogue CA Certificates - DPERSIST2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user