The Hacker Tools
GitHub
Twitter
The Hacker Recipes
Search…
Introduction
Mimikatz 🥝
General 🛠️
Modules
crypto
dpapi
event
kerberos
lsadump
misc
net
privilege
backup
debug
driver
id
name
restore
security
sysenv
tcb
process
rpc
sekurlsa
service
sid
standard
token
ts
vault
🛠️ Impacket
🛠️ CrackMapExec 🔱
🛠️ Exegol
Powered By
GitBook
id
privilege::id
requests a privilege by its
id
.
In the following example, the
id
with value
10
maps to the
SeLoadDriverPrivilege
privilege (like the
driver
command).
1
mimikatz # privilege::id 10
2
Privilege '10' OK
Copied!
Depending on the defined privilege number, the following error might be raised:
1
mimikatz # privilege::id 1
2
ERROR kuhl_m_privilege_simple ; RtlAdjustPrivilege (1) c0000061
3
4
mimikatz # privilege::id 2
5
ERROR kuhl_m_privilege_simple ; RtlAdjustPrivilege (2) c0000061
Copied!
This indicates that Mimikatz is not running with administrative privileges. UAC is also a case to consider when GUI access is not possible.
Previous
driver
Next
name
Last modified
6mo ago
Copy link