File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
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]}} `
You can’t perform that action at this time.
0 commit comments