We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7586145 commit 3358f77Copy full SHA for 3358f77
1 file changed
nxc/parsers/nmap.py
@@ -11,6 +11,8 @@
11
"rdp": {"ports": [3389], "services": ["ms-wbt-server"]},
12
"winrm": {"ports": [5985, 5986], "services": ["wsman"]},
13
"vnc": {"ports": [5900, 5901, 5902, 5903, 5904, 5905, 5906], "services": ["vnc"]},
14
+ "wmi": {"ports": [135], "services": ["msrpc"]},
15
+ "nfs": {"ports": [2049], "services": ["nfs"]},
16
}
17
18
0 commit comments