1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 05:55:31 +02:00
tldr/pages.nl/common/nxc.md
Sebastiaan Speck 5a68ad339d
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>
2025-05-28 21:39:09 +02:00

21 lines
840 B
Markdown

# 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]}}`