mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Enhance the ncat-chat service match line so it works with IPv6 addresses
(ncat --chat -l -6).
This commit is contained in:
parent
7184ce9646
commit
753679d84c
1 changed files with 1 additions and 1 deletions
|
|
@ -1113,7 +1113,7 @@ match mupdate m|\* OK MUPDATE \"([-.\w]+)\" \"Cyrus Murder\" \"v([-.\w]+)\" \"mu
|
|||
softmatch napster m|^1$|
|
||||
|
||||
# Ncat --chat mode, since 4.85BETA4
|
||||
match ncat-chat m|^<announce> [\d.]+ is connected as <\w+>\.\n<announce> already connected: (.*?)\.\n| p/Ncat chat/ i/users: $1/
|
||||
match ncat-chat m|^<announce> [\d.:a-f]+ is connected as <\w+>\.\n<announce> already connected: (.*?)\.\n| p/Ncat chat/ i/users: $1/
|
||||
|
||||
match netop m|^\xd6\x81\x81\0\0\xf9\0\xf9\xee\xe3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0| p/NetOp Remote Control/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue