mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 11:55:27 +00:00
Merge af3691b52b into 271cabb86a
This commit is contained in:
commit
60099e68a8
2 changed files with 22 additions and 2 deletions
|
|
@ -15267,6 +15267,26 @@ match distccd m|^DONE00000001.*ccache: failed to create /usr/share/distcc/\.ccac
|
|||
match distccd m|^DONE00000001.*CRITICAL! distcc seems to have invoked itself recursively!\n|s p/distccd/ i/broken/
|
||||
match distccd m|^[\w._-]+DONE[\w._-]+ .*ERROR: attempt to use unknown compiler aborted: ([\w._-]+)\n|s p/distccd/ i/broken: compiler $1 doesn't exist/
|
||||
|
||||
##############################NEXT PROBE##############################
|
||||
Probe TCP OPCUA q|HELF\x2e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x00\x40\x00\x80\x00\x00\x0e\x00\x00\x00opc.tcp://nmap|
|
||||
rarity 6
|
||||
ports 49320,62541,4897,53530,48050,4885,4840,4855,26543
|
||||
sslports 4843
|
||||
match opcua m|^ACKF\x1c\x00\x00\x00\x00\x00\x00\x00|s p/OPC UA Binary Connection Protocol/
|
||||
match opcua m|^ERRF..\x00\x00(....)..\x00\x00([ -~]*)|s p/OPC UA Binary Connection Protocol/ i/Error $I(1, "<") $2/
|
||||
|
||||
##############################NEXT PROBE##############################
|
||||
Probe UDP KNX q|\x06\x10\x02\x03\x00\x0e\x08\x01\x00\x00\x00\x00\x00\x00|
|
||||
rarity 7
|
||||
ports 3671
|
||||
match knxip m|^\x06\x10\x02\x04..\x36\x01\x02.....................([ -~]*)|s d/KNXnet-IP GW/ p/$1/
|
||||
|
||||
##############################NEXT PROBE##############################
|
||||
Probe TCP KNX q|\x06\x10\x02\x03\x00\x0e\x08\x02\x00\x00\x00\x00\x00\x00|
|
||||
rarity 7
|
||||
ports 3671
|
||||
match knxip m|^\x06\x10\x02\x04..\x36\x01\x02.....................([ -~]*)|s d/KNXnet-IP GW/ p/$1/
|
||||
|
||||
##############################NEXT PROBE##############################
|
||||
# Java Remote Method Invocation, version 2, stream protocol
|
||||
# https://docs.oracle.com/javase/9/docs/specs/rmi/protocol.html
|
||||
|
|
|
|||
|
|
@ -7142,8 +7142,8 @@ casanswmgmt 3669/tcp 0.000076 # CA SAN Switch Management
|
|||
casanswmgmt 3669/udp 0.000330 # CA SAN Switch Management
|
||||
smile 3670/tcp 0.000076 # SMILE TCP/UDP Interface
|
||||
smile 3670/udp 0.000330 # SMILE TCP/UDP Interface
|
||||
efcp 3671/tcp 0.000000 # e Field Control (EIBnet)
|
||||
efcp 3671/udp 0.000330 # e Field Control (EIBnet)
|
||||
knxip 3671/tcp 0.000000 # KNXnet/IP(EIBnet/IP)
|
||||
knxip 3671/udp 0.000330 # KNXnet/IP(EIBnet/IP)
|
||||
lispworks-orb 3672/tcp 0.000076 # LispWorks ORB
|
||||
lispworks-orb 3672/udp 0.000330 # LispWorks ORB
|
||||
mediavault-gui 3673/tcp 0.000000 # Openview Media Vault GUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue