mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 22:15:23 +02:00
GetNPUsers.py: fix examples (#16864)
This commit is contained in:
parent
4f9e037b15
commit
2fbbd55ea4
2 changed files with 4 additions and 4 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
- Ga over alle gebruikers met Kerberos pre-authentication uitgeschakeld (standaard anonieme enumeration):
|
||||
|
||||
`GetNPUsers.py {{domein}}/ -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}}`
|
||||
`GetNPUsers.py {{domein}}/ -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}} -no-pass`
|
||||
|
||||
- Voer AS-REP roasting uit en dump kraakbare hashes voor offline kraking:
|
||||
|
||||
`GetNPUsers.py {{domein}}/ -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}} -request`
|
||||
`GetNPUsers.py {{domein}}/ -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}} -no-pass -request`
|
||||
|
||||
- Authenticeer met valide credentials (als anonieme binding is uitgeschakeld):
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue