Skip to content

Commit 3358f77

Browse files
committed
Add support for WMI and NFS in nmap XML parser
1 parent 7586145 commit 3358f77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nxc/parsers/nmap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"rdp": {"ports": [3389], "services": ["ms-wbt-server"]},
1212
"winrm": {"ports": [5985, 5986], "services": ["wsman"]},
1313
"vnc": {"ports": [5900, 5901, 5902, 5903, 5904, 5905, 5906], "services": ["vnc"]},
14+
"wmi": {"ports": [135], "services": ["msrpc"]},
15+
"nfs": {"ports": [2049], "services": ["nfs"]},
1416
}
1517

1618

0 commit comments

Comments
 (0)