mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 23:49:03 +00:00
New service probe and match line for NoMachine
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o New service probe and match line for NoMachine NX Server remote desktop.
|
||||
[Justin Cacak]
|
||||
|
||||
o [Zenmap] Fixed a recurring installation problem on OS X/macOS where Zenmap
|
||||
was installed to /Applications/Applications/Zenmap.app instead of
|
||||
/Applications/Zenmap.app.
|
||||
|
||||
@@ -15473,3 +15473,12 @@ Probe TCP VersionRequest q|VERSION|
|
||||
ports 3310
|
||||
rarity 8
|
||||
match clam m|^ClamAV ([\w.]+)/(\w+)/(.+)$| p/ClamAV/ v/$1 ($2)/ i/AV definitions updated on:$3/
|
||||
|
||||
##############################NEXT PROBE##############################
|
||||
# NoMachine Network Server
|
||||
# Announce client version 5.6.7 (could be anything)
|
||||
Probe TCP NoMachine q|NXSH-5.6.7\n|
|
||||
ports 4000
|
||||
rarity 9
|
||||
|
||||
match nomachine-nx m|^NXD-([\d.]+)\n| p/NoMachine NX Server remote desktop/ v/$1/ cpe:/a:nomachine:nx_server:$1/
|
||||
|
||||
Reference in New Issue
Block a user