mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 05:55:57 +02:00
nxc: add Dutch translation (#16621)
* nxc: add Dutch translation * fix typo * Apply suggestions from code review Co-authored-by: Leon <leonvsc@users.noreply.github.com> --------- Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
parent
9cfd45f902
commit
5a68ad339d
1 changed files with 21 additions and 0 deletions
21
pages.nl/common/nxc.md
Normal file
21
pages.nl/common/nxc.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# nxc
|
||||
|
||||
> Netwerk service opsomming en exploitatie gereedschap.
|
||||
> Sommige subcommando's zoals `smb` hebben hun eigen gebruiksdocumentatie.
|
||||
> Meer informatie: <https://www.netexec.wiki/getting-started/selecting-and-using-a-protocol>.
|
||||
|
||||
- Toon een lijst van beschikbare modules voor het opgegeven protocol:
|
||||
|
||||
`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-L|--list-modules]}}`
|
||||
|
||||
- Toont de opties die beschikbaar zijn voor de opgegeven module:
|
||||
|
||||
`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-M|--module]}} {{module_naam}} --options`
|
||||
|
||||
- Geef een [o]ptie op voor een module:
|
||||
|
||||
`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-M|--module]}} {{module_naam}} -o {{OPTIE_NAAM}}={{optie_waarde}}`
|
||||
|
||||
- Bekijk de opties die beschikbaar zijn voor het opgegeven protocol:
|
||||
|
||||
`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-h|--help]}}`
|
Loading…
Add table
Reference in a new issue