Sha256: 5f7c7fea35d239b4b80538e1959da925cae1c4cb0a17e64231988f3f37335121

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

<?xml version="1.0"?>
<!--
SIP Server header values are matched against these patterns to fingerprint SIP devices.
-->

<fingerprint matches="sip_header.server">
   <fingerprint pattern="^Cisco-SIPGateway/IOS-([\d\.x]+)$">
      <description>Cisco SIPGateway</description>
      <example>Cisco-SIPGateway/IOS-12.x</example>
      <param pos="0" name="os.vendor" value="Cisco"/>
      <param pos="0" name="os.product" value="IOS"/>
      <param pos="1" name="os.version"/>
   </fingerprint>
</fingerprints>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
recog-0.01 xml/sip_banners.xml