mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
I've seen "OpenBSD identd" on a linux box so I
removed the o/OpenBSD/
This commit is contained in:
parent
edb0e218ec
commit
c7e7cb38b2
1 changed files with 1 additions and 1 deletions
|
|
@ -2690,7 +2690,7 @@ match ident m|^0, 0: ERROR: UNKNOWN-ERROR\n$| p/slident/
|
|||
match ident m|^0,0:ERROR:UNKNOWN-ERROR\r\n$| p/mlidentd/
|
||||
# This identd might be BSD derived:
|
||||
match ident m|^2 , 0 : ERROR : UNKNOWN-ERROR\r\n$|
|
||||
match ident m|^0 , 0 : ERROR : UNKNOWN-ERROR\r\n$| p/OpenBSD identd/ o/OpenBSD/
|
||||
match ident m|^0 , 0 : ERROR : UNKNOWN-ERROR\r\n$|
|
||||
# FreeBSD 4.8-RC inetd internal identd
|
||||
match ident m|^0 , 0 : ERROR : INVALID-PORT\r\n$| p/FreeBSD identd/ o/FreeBSD/
|
||||
# pidentd-3.1a19-157
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue