mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
GetNPUsers.py: translate placeholders to Dutch (#16620)
This commit is contained in:
parent
95c9799dc0
commit
981e118d0d
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
|||
|
||||
- Authenticeer met valide credentials (als anonieme binding is uitgeschakeld):
|
||||
|
||||
`GetNPUsers.py {{domein}}/{{username}}:{{password}} -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}}`
|
||||
`GetNPUsers.py {{domein}}/{{gebruikersnaam}}:{{wachtwoord}} -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}}`
|
||||
|
||||
- Gebruik pass-the-hash authenticatie in plaats van een wachtwoord:
|
||||
|
||||
`GetNPUsers.py {{domein}}/{{username}} -hashes {{LM_Hash}}:{{NT_Hash}} -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}}`
|
||||
`GetNPUsers.py {{domein}}/{{gebruikersnaam}} -hashes {{LM_Hash}}:{{NT_Hash}} -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}}`
|
||||
|
||||
- Sla de output op in een bestand:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue