1
0
Fork 0
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:
Sebastiaan Speck 2025-05-28 21:39:09 +02:00 committed by GitHub
parent 9cfd45f902
commit 5a68ad339d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
pages.nl/common/nxc.md Normal file
View 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]}}`