Skip to content

Commit 5a68ad3

Browse files
nxc: add Dutch translation (#16621)
* nxc: add Dutch translation * fix typo * Apply suggestions from code review Co-authored-by: Leon <[email protected]> --------- Co-authored-by: Leon <[email protected]>
1 parent 9cfd45f commit 5a68ad3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pages.nl/common/nxc.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# nxc
2+
3+
> Netwerk service opsomming en exploitatie gereedschap.
4+
> Sommige subcommando's zoals `smb` hebben hun eigen gebruiksdocumentatie.
5+
> Meer informatie: <https://www.netexec.wiki/getting-started/selecting-and-using-a-protocol>.
6+
7+
- Toon een lijst van beschikbare modules voor het opgegeven protocol:
8+
9+
`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-L|--list-modules]}}`
10+
11+
- Toont de opties die beschikbaar zijn voor de opgegeven module:
12+
13+
`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-M|--module]}} {{module_naam}} --options`
14+
15+
- Geef een [o]ptie op voor een module:
16+
17+
`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-M|--module]}} {{module_naam}} -o {{OPTIE_NAAM}}={{optie_waarde}}`
18+
19+
- Bekijk de opties die beschikbaar zijn voor het opgegeven protocol:
20+
21+
`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-h|--help]}}`

0 commit comments

Comments
 (0)