recog 2.1.33 → 2.1.34

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2173eb6ef24d3ea0ff49f561dcbe099ec5b27f27
4
- data.tar.gz: 1d52782399bd682f42524a5d40ca48e02f7750a3
3
+ metadata.gz: 64bba6437d0efb9175428c3de00cdbe4de94121a
4
+ data.tar.gz: fa17f78fff7d4665f62f7fcf53b7ea15c2e630a1
5
5
  SHA512:
6
- metadata.gz: ab52b5de2a6d6ab01b56fa64458caab19b52805ab27bad318461ead4ae1062f46603ad5be46ff0792b4ee6911e0f715a646b53bb94268ed3b80758918e11ac60
7
- data.tar.gz: 18c29a270f42599cc33e28419b6ffee694e9684838bf7c459d953a8a4cf59ee33a2887cedac9e7c1c5ebaa858a260e1e5732ba125d5077c36a3a0ba06530895a
6
+ metadata.gz: efe0f34686a927bcc767464c7cc657f7a0460b3c14aa0cc2be1d7dcf481bce45c8fcda1ed9e5033687d8ad750f99bb404e3f65705720173b0580e23fac11c536
7
+ data.tar.gz: 594df47f41ba98784e7025516bd3a42b9fb9e3e86e98c1435f32ae670610ec450f84d55b03b2c7f5fe8d8d29a7bd36b47c29e9e2f0e7015502007da18a3ea3d5
@@ -103,6 +103,8 @@ mappings:
103
103
  jboss_eap: jboss_enterprise_application_platform
104
104
  jbossweb: jboss_web_framework_kit
105
105
  red_hat_directory_server: directory_server
106
+ squid_cache:
107
+ vendor: squid-cache
106
108
  sun:
107
109
  vendor: sun
108
110
  products:
@@ -1,3 +1,3 @@
1
1
  module Recog
2
- VERSION = '2.1.33'
2
+ VERSION = '2.1.34'
3
3
  end
@@ -1031,15 +1031,26 @@
1031
1031
  <param pos="1" name="service.version"/>
1032
1032
  <param pos="0" name="service.cpe23" value="cpe:/a:mortbay:jetty:{service.version}"/>
1033
1033
  </fingerprint>
1034
- <fingerprint pattern="^[Ss]quid/(\d+\.[\w.]+)$">
1035
- <description>Squid Web </description>
1034
+ <fingerprint pattern="^(?i)squid/(\d+\.[\w.]+)$">
1035
+ <description>Squid Web Proxy with a version</description>
1036
1036
  <example>Squid/2.3.STABLE1</example>
1037
1037
  <example>squid/2.5.12.cc1.29</example>
1038
1038
  <example>squid/2.6.STABLE13</example>
1039
+ <param pos="0" name="service.vendor" value="Squid Cache"/>
1039
1040
  <param pos="0" name="service.product" value="Squid"/>
1041
+ <param pos="0" name="service.cpe23" value="cpe:/a:squid-cache:squid:{service.version}"/>
1040
1042
  <param pos="0" name="service.family" value="Squid"/>
1041
1043
  <param pos="1" name="service.version"/>
1042
1044
  </fingerprint>
1045
+ <fingerprint pattern="^(?i)squid$">
1046
+ <description>Squid Web Proxy without a version</description>
1047
+ <example>Squid</example>
1048
+ <example>squid</example>
1049
+ <param pos="0" name="service.vendor" value="Squid Cache"/>
1050
+ <param pos="0" name="service.product" value="Squid"/>
1051
+ <param pos="0" name="service.cpe23" value="cpe:/a:squid-cache:squid:-"/>
1052
+ <param pos="0" name="service.family" value="Squid"/>
1053
+ </fingerprint>
1043
1054
  <fingerprint pattern="^thttpd/(\d\.[\w.]+)-MX\s*.*$">
1044
1055
  <description>thttpd with SSL support</description>
1045
1056
  <example>thttpd/2.19-MX Jan 24 2006</example>
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: 2.1.33
4
+ version: 2.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7 Research
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-16 00:00:00.000000000 Z
11
+ date: 2018-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec