recog 1.0.26 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/snmp_sysdescr.xml +52 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e3437ddc17e235ff393ca2c8c8bb973fdd45c3f
|
|
4
|
+
data.tar.gz: 052a49d19e317e031c5e3a94fc5eb773bcde98ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d009b086d32a85d7126df08695d9c4885296bf2e2a0010810dc78b20d53a827d97547be2df36bf36506ddbb0e121e4cae02cf9ef37d7eeca92b2e0809e11596
|
|
7
|
+
data.tar.gz: 29ff97387a57abea24e6e47e114caa53c11a336607f902b90bd5ab18ca535fbb94d4c88fb6486f116c49ed35f94fc47c524a10a223e1bdf1163b84a20798884b
|
data/lib/recog/version.rb
CHANGED
data/xml/snmp_sysdescr.xml
CHANGED
|
@@ -2583,7 +2583,17 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
2583
2583
|
<param pos="0" name="os.device" value="KVM"/>
|
|
2584
2584
|
<param pos="1" name="os.product"/>
|
|
2585
2585
|
<param pos="2" name="os.version"/>
|
|
2586
|
-
|
|
2586
|
+
</fingerprint>
|
|
2587
|
+
|
|
2588
|
+
<fingerprint pattern="^HP IP Console Switch G2 \S+ - (AF\d+) \d+\.\d+\.\d+\.\d+$">
|
|
2589
|
+
<description>HP Console Switch</description>
|
|
2590
|
+
<example hw.product="AF622">HP IP Console Switch G2 4x1Ex32 - AF622 1.20.19.23386</example>
|
|
2591
|
+
<example hw.product="AF621">HP IP Console Switch G2 2x1Ex16 - AF621 1.20.0.22575</example>
|
|
2592
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
|
2593
|
+
<param pos="0" name="os.device" value="KVM"/>
|
|
2594
|
+
<param pos="0" name="os.product" value="G2 Console Switch"/>
|
|
2595
|
+
<param pos="1" name="hw.product"/>
|
|
2596
|
+
</fingerprint>
|
|
2587
2597
|
|
|
2588
2598
|
<fingerprint pattern="^HP-UX (\S+) (\S+) .*$">
|
|
2589
2599
|
<description>HP-UX</description>
|
|
@@ -2819,8 +2829,9 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
2819
2829
|
<param pos="2" name="os.version"/>
|
|
2820
2830
|
</fingerprint>
|
|
2821
2831
|
|
|
2822
|
-
<fingerprint pattern="^HP ProCurve (\S+) - \d+ GE,
|
|
2832
|
+
<fingerprint pattern="^HP ProCurve (\S+) - \d+ GE, ([A-Z]{1,2}\.[^,]+), .*$">
|
|
2823
2833
|
<description>HP ProCurve Switch</description>
|
|
2834
|
+
<example os.product="1810G" os.version="H.1.2">HP ProCurve 1810G - 8 GE, H.1.2, eCos-2.0</example>
|
|
2824
2835
|
<example>HP ProCurve 1810G - 24 GE, P.1.14, eCos-2.0</example>
|
|
2825
2836
|
<example>HP ProCurve 1810G - 24 GE, P.1.16, eCos-2.0</example>
|
|
2826
2837
|
<example>HP ProCurve 1810G - 24 GE, P.1.17, eCos-2.0</example>
|
|
@@ -2842,6 +2853,16 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
2842
2853
|
<param pos="2" name="os.version"/>
|
|
2843
2854
|
</fingerprint>
|
|
2844
2855
|
|
|
2856
|
+
<fingerprint pattern="^HP V1810\S+ ([A-Z]{1,2}\.[^,]+), .*$">
|
|
2857
|
+
<description>HP Procurve 1810 Series Switch</description>
|
|
2858
|
+
<example os.version="PK.1.4">HP V1810-48G, PK.1.4, eCos-2.0, CFE-3.8</example>
|
|
2859
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
|
2860
|
+
<param pos="0" name="os.family" value="Procurve"/>
|
|
2861
|
+
<param pos="0" name="os.device" value="Switch"/>
|
|
2862
|
+
<param pos="0" name="os.product" value="1810"/>
|
|
2863
|
+
<param pos="1" name="os.version"/>
|
|
2864
|
+
</fingerprint>
|
|
2865
|
+
|
|
2845
2866
|
<fingerprint pattern="^ProCurve (\S+) (.*?) Switch, revision ([^,]+),.*$">
|
|
2846
2867
|
<description>HP ProCurve Switch</description>
|
|
2847
2868
|
<example>ProCurve J9145A 2910al-24G Switch, revision W.14.03, ROM W.14.04 (/sw/code/build/sbm(t4a_RC3))</example>
|
|
@@ -3306,7 +3327,24 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
3306
3327
|
<param pos="1" name="os.product"/>
|
|
3307
3328
|
</fingerprint>
|
|
3308
3329
|
|
|
3330
|
+
<fingerprint pattern="^TippingPoint Core Controller$">
|
|
3331
|
+
<description>TippingPoint Core Controller</description>
|
|
3332
|
+
<example>TippingPoint Core Controller</example>
|
|
3333
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
|
3334
|
+
<param pos="0" name="os.family" value="TippingPoint"/>
|
|
3335
|
+
<param pos="0" name="os.device" value="IPS"/>
|
|
3336
|
+
<param pos="0" name="hw.device" value="TippingPoint Core Controller"/>
|
|
3337
|
+
</fingerprint>
|
|
3309
3338
|
|
|
3339
|
+
<fingerprint pattern="^Integrated Lights-Out (\d) \d+\.\d+ [A-Za-z]{3} \d{1,2} \d{4}$">
|
|
3340
|
+
<description>HP Integrated Lights-Out (iLO)</description>
|
|
3341
|
+
<example os.version="4">Integrated Lights-Out 4 2.02 Aug 18 2014</example>
|
|
3342
|
+
<!--2.02 is firmware version-->
|
|
3343
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
|
3344
|
+
<param pos="0" name="os.family" value="iLO"/>
|
|
3345
|
+
<param pos="0" name="os.device" value="iLO"/>
|
|
3346
|
+
<param pos="1" name="os.version"/>
|
|
3347
|
+
</fingerprint>
|
|
3310
3348
|
|
|
3311
3349
|
<!--======================================================================
|
|
3312
3350
|
HUAWEI
|
|
@@ -8134,4 +8172,16 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
8134
8172
|
<param pos="0" name="os.product" value="Prestige 650R-T3"/>
|
|
8135
8173
|
<param pos="0" name="os.device" value="Broadband Router"/>
|
|
8136
8174
|
</fingerprint>
|
|
8175
|
+
|
|
8176
|
+
<fingerprint pattern="^(VMware ESXi?) (\d\.\d+\.\d+) build-\d+ VMware, Inc\. (\S+)$">
|
|
8177
|
+
<description>VMware ESX/ESXi</description>
|
|
8178
|
+
<example os.product="VMware ESXi" os.version="5.1.0" os.arch="x86_64">VMware ESXi 5.1.0 build-1157734 VMware, Inc. x86_64</example>
|
|
8179
|
+
<example os.product="VMware ESX" os.version="5.0.0" os.arch="x86_64">VMware ESX 5.0.0 build-623860 VMware, Inc. x86_64</example>
|
|
8180
|
+
<param pos="0" name="os.vendor" value="VMware"/>
|
|
8181
|
+
<param pos="0" name="os.family" value="VMware ESX/ESXi"/>
|
|
8182
|
+
<param pos="1" name="os.product"/>
|
|
8183
|
+
<param pos="2" name="os.version"/>
|
|
8184
|
+
<param pos="3" name="os.arch"/>
|
|
8185
|
+
</fingerprint>
|
|
8186
|
+
|
|
8137
8187
|
</fingerprints>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.27
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|