mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Modified the Domino Console match to separate out domain and include additional server info
This commit is contained in:
parent
a2c2a3f84c
commit
527c5b2959
1 changed files with 1 additions and 1 deletions
|
|
@ -9016,7 +9016,7 @@ Probe TCP dominoconsole q|\#ST\n|
|
|||
rarity 8
|
||||
sslports 2050
|
||||
|
||||
match dominoconsole m|^([^:]*):([^:]*):[^:]+:.*$| p/Lotus Domino Console/ o/$2/ i/Server name: $1/
|
||||
match dominoconsole m|^([^/]*)/([^:]*):([^:]*):([^:]*):| p/Lotus Domino Console/ o/$3/ h/$2/ i/domain: $1; description: "$4"/
|
||||
|
||||
##############################NEXT PROBE##############################
|
||||
# Informix probe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue