recog 2.1.42 → 2.1.43

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 304c464cea6f29e2c122f2d68b8e87c88df03518
4
- data.tar.gz: dcee0e243fc89855b856ba8ab7d2fbf45122e3c1
3
+ metadata.gz: e56b0e6777f8f38863576c8bfcd28625c4e0425a
4
+ data.tar.gz: 2dfc5a4f04981f3281e008304f413dc310c656e8
5
5
  SHA512:
6
- metadata.gz: 91a9a8f94d74347eb597b1693c7097b6f323ed81cafcb2f16b1f8645ed83168362d6faae41e0f45ce93e5fea2b10a31526165ce996d67a84b4be39af4b6d454e
7
- data.tar.gz: 7951b11907cd64c8faf9726a200a5c1c576cb8dd934c1c7383e1c405a1bbb350bea94768b8246510337c59c26b2c48ce67b332c2d59bde51a509575d13c9578a
6
+ metadata.gz: b1a742fca5d879e64156629bc5429d6258e9fc780364daa94ef5ec9cbd9c520f4633961893df78abda7531ac7454e2480e65a2f8211a119821f9a74bb55d545a
7
+ data.tar.gz: 0124751132b78755954c3180210e0d34293300a46637e166040dae98e4a46bf5d0554a054b607a5bb6c5cb4f77b57bddfa0e3b4d5e6300c706bd3fc5dacf834e
data/lib/recog/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Recog
2
- VERSION = '2.1.42'
2
+ VERSION = '2.1.43'
3
3
  end
data/xml/http_servers.xml CHANGED
@@ -9,6 +9,23 @@
9
9
  <param pos="1" name="service.version"/>
10
10
  <param pos="0" name="hw.device" value="Media Server"/>
11
11
  </fingerprint>
12
+ <fingerprint pattern="(?i)^cpsrvd(?:/([\d\.]+))?$">
13
+ <description>cPanel Service Daemon</description>
14
+ <example service.version="11.44.3.0">cpsrvd/11.44.3.0</example>
15
+ <example>cpsrvd</example>
16
+ <param pos="0" name="service.vendor" value="cPanel"/>
17
+ <param pos="0" name="service.product" value="cPanel Service Daemon"/>
18
+ <param pos="1" name="service.version"/>
19
+ </fingerprint>
20
+ <fingerprint pattern="(?i)^cwpsrv$">
21
+ <description>CentOS Web Panel</description>
22
+ <example>cwpsrv</example>
23
+ <param pos="0" name="service.vendor" value="CentOS"/>
24
+ <param pos="0" name="service.product" value="CentOS Web Panel"/>
25
+ <param pos="0" name="os.vendor" value="CentOS"/>
26
+ <param pos="0" name="os.family" value="Linux"/>
27
+ <param pos="0" name="os.product" value="Linux"/>
28
+ </fingerprint>
12
29
  <fingerprint pattern="^Stronghold/(\d\.\d) Apache/([012][\d.]*)\s*(.*)$">
13
30
  <description>Red Hat Stronghold Enterprise Apache</description>
14
31
  <example service.version="1.3.19" service.cpe23="cpe:/a:apache:http_server:1.3.19" service.component.cpe23="cpe:/a:redhat:stronghold:3.0">Stronghold/3.0 Apache/1.3.19 RedHat/3014c</example>
@@ -284,6 +301,14 @@
284
301
  <param pos="0" name="os.product" value="Windows 95"/>
285
302
  <param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_95:-"/>
286
303
  </fingerprint>
304
+ <fingerprint pattern="(?i)^mt-daapd(?:/(.+))?$">
305
+ <description>Firefly Media Server</description>
306
+ <example service.version="0.2.4.1">mt-daapd/0.2.4.1</example>
307
+ <example service.version="svn-999">mt-daapd/svn-999</example>
308
+ <param pos="0" name="service.vendor" value="Firefly"/>
309
+ <param pos="0" name="service.product" value="Media Server"/>
310
+ <param pos="1" name="service.version"/>
311
+ </fingerprint>
287
312
  <fingerprint pattern="^Apache[ -]Coyote/(\d\.\d)$">
288
313
  <description>HTTP connector for Apache Tomcat to run as a standalone
289
314
  HTTP server</description>
@@ -682,6 +707,47 @@
682
707
  <param pos="0" name="service.product" value="FTP Server"/>
683
708
  <param pos="1" name="service.version"/>
684
709
  </fingerprint>
710
+ <fingerprint pattern="^(?i)Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \((BR\d+)\)$">
711
+ <description>Sonos Bridge/ZoneBridge</description>
712
+ <example hw.model="BR100" hw.version="47.2-59120">Linux UPnP/1.0 Sonos/47.2-59120 (BR100)</example>
713
+ <param pos="0" name="hw.vendor" value="Sonos"/>
714
+ <param pos="0" name="hw.product" value="Bridge"/>
715
+ <param pos="0" name="hw.device" value="Network Audio"/>
716
+ <param pos="1" name="hw.version"/>
717
+ <param pos="2" name="hw.model"/>
718
+ <param pos="0" name="os.product" value="Linux"/>
719
+ </fingerprint>
720
+ <fingerprint pattern="^(?i)Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(ANVIL\)$">
721
+ <description>Sonos Subwoofer Speaker</description>
722
+ <example>Linux UPnP/1.0 Sonos/31.3-22220 (ANVIL)</example>
723
+ <param pos="0" name="hw.vendor" value="Sonos"/>
724
+ <param pos="0" name="hw.product" value="Sub"/>
725
+ <param pos="0" name="hw.device" value="Network Audio"/>
726
+ <param pos="1" name="hw.version"/>
727
+ <param pos="0" name="os.product" value="Linux"/>
728
+ </fingerprint>
729
+ <fingerprint pattern="(?i)^Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(ZP(S?\d+)\)$">
730
+ <description>Sonos PLAY/ZonePlayer wireless speaker</description>
731
+ <example hw.model="S1" hw.version="39.2-47040c">Linux UPnP/1.0 Sonos/39.2-47040c (ZPS1)</example>
732
+ <example hw.model="S3" hw.version="47.2-59120">Linux UPnP/1.0 Sonos/47.2-59120 (ZPS3)</example>
733
+ <example hw.model="120" hw.version="34.16-37101">Linux UPnP/1.0 Sonos/34.16-37101 (ZP120)</example>
734
+ <param pos="0" name="hw.vendor" value="Sonos"/>
735
+ <param pos="0" name="hw.product" value="PLAY"/>
736
+ <param pos="0" name="hw.device" value="Network Audio"/>
737
+ <param pos="1" name="hw.version"/>
738
+ <param pos="2" name="hw.model"/>
739
+ <param pos="0" name="os.product" value="Linux"/>
740
+ </fingerprint>
741
+ <fingerprint pattern="(?i)^Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(WD(\d+)\)$">
742
+ <description>Sonos Wireless Dock</description>
743
+ <example hw.model="100" hw.version="36.4-41270">Linux UPnP/1.0 Sonos/36.4-41270 (WD100)</example>
744
+ <param pos="0" name="hw.vendor" value="Sonos"/>
745
+ <param pos="0" name="hw.product" value="Wireless Dock"/>
746
+ <param pos="0" name="hw.device" value="Network Audio"/>
747
+ <param pos="1" name="hw.version"/>
748
+ <param pos="2" name="hw.model"/>
749
+ <param pos="0" name="os.product" value="Linux"/>
750
+ </fingerprint>
685
751
  <fingerprint pattern="^Varnish(?:[- ]Cache)?$">
686
752
  <description>Varnish Cache</description>
687
753
  <example>Varnish</example>
@@ -1066,11 +1132,11 @@
1066
1132
  <param pos="1" name="service.version"/>
1067
1133
  <param pos="0" name="service.cpe23" value="cpe:/a:mortbay:jetty:{service.version}"/>
1068
1134
  </fingerprint>
1069
- <fingerprint pattern="^(?i)squid/(\d+\.[\w.]+)$">
1135
+ <fingerprint pattern="^(?i)squid/(\d+\.[\w.\-\+]+)$">
1070
1136
  <description>Squid Web Proxy with a version</description>
1071
- <example>Squid/2.3.STABLE1</example>
1072
- <example>squid/2.5.12.cc1.29</example>
1073
- <example>squid/2.6.STABLE13</example>
1137
+ <example service.version="2.3.STABLE1">Squid/2.3.STABLE1</example>
1138
+ <example service.version="4.4">squid/4.4</example>
1139
+ <example service.version="3.2.9-BZR">squid/3.2.9-BZR</example>
1074
1140
  <param pos="0" name="service.vendor" value="Squid Cache"/>
1075
1141
  <param pos="0" name="service.product" value="Squid"/>
1076
1142
  <param pos="0" name="service.family" value="Squid"/>
@@ -1599,6 +1665,14 @@
1599
1665
  <param pos="0" name="os.product" value="Raptor"/>
1600
1666
  <param pos="1" name="os.version"/>
1601
1667
  </fingerprint>
1668
+ <fingerprint pattern="^IPG(\d+)$">
1669
+ <description>Systech Internet Payment Gateway</description>
1670
+ <example hw.model="8000">IPG8000</example>
1671
+ <param pos="0" name="hw.vendor" value="Systech"/>
1672
+ <param pos="0" name="hw.device" value="Telecom"/>
1673
+ <param pos="0" name="hw.product" value="Internet Payment Gateway"/>
1674
+ <param pos="1" name="hw.model"/>
1675
+ </fingerprint>
1602
1676
  <fingerprint pattern="^NS_(\d\.\d)$">
1603
1677
  <description>Citrix NetScaler</description>
1604
1678
  <example>NS_6.1</example>
data/xml/upnp_banners.xml CHANGED
@@ -306,6 +306,47 @@
306
306
  <param pos="0" name="service.product" value="MiniUPnP"/>
307
307
  <param pos="2" name="service.version"/>
308
308
  </fingerprint>
309
+ <fingerprint pattern="^(?i)Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \((BR\d+)\)$">
310
+ <description>Sonos Bridge/ZoneBridge</description>
311
+ <example hw.model="BR100" hw.version="47.2-59120">Linux UPnP/1.0 Sonos/47.2-59120 (BR100)</example>
312
+ <param pos="0" name="hw.vendor" value="Sonos"/>
313
+ <param pos="0" name="hw.product" value="Bridge"/>
314
+ <param pos="0" name="hw.device" value="Network Audio"/>
315
+ <param pos="1" name="hw.version"/>
316
+ <param pos="2" name="hw.model"/>
317
+ <param pos="0" name="os.product" value="Linux"/>
318
+ </fingerprint>
319
+ <fingerprint pattern="^(?i)Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(ANVIL\)$">
320
+ <description>Sonos Subwoofer Speaker</description>
321
+ <example>Linux UPnP/1.0 Sonos/31.3-22220 (ANVIL)</example>
322
+ <param pos="0" name="hw.vendor" value="Sonos"/>
323
+ <param pos="0" name="hw.product" value="Sub"/>
324
+ <param pos="0" name="hw.device" value="Network Audio"/>
325
+ <param pos="1" name="hw.version"/>
326
+ <param pos="0" name="os.product" value="Linux"/>
327
+ </fingerprint>
328
+ <fingerprint pattern="(?i)^Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(ZP(S?\d+)\)$">
329
+ <description>Sonos PLAY/ZonePlayer wireless speaker</description>
330
+ <example hw.model="S1" hw.version="39.2-47040c">Linux UPnP/1.0 Sonos/39.2-47040c (ZPS1)</example>
331
+ <example hw.model="S3" hw.version="47.2-59120">Linux UPnP/1.0 Sonos/47.2-59120 (ZPS3)</example>
332
+ <example hw.model="120" hw.version="34.16-37101">Linux UPnP/1.0 Sonos/34.16-37101 (ZP120)</example>
333
+ <param pos="0" name="hw.vendor" value="Sonos"/>
334
+ <param pos="0" name="hw.product" value="PLAY"/>
335
+ <param pos="0" name="hw.device" value="Network Audio"/>
336
+ <param pos="1" name="hw.version"/>
337
+ <param pos="2" name="hw.model"/>
338
+ <param pos="0" name="os.product" value="Linux"/>
339
+ </fingerprint>
340
+ <fingerprint pattern="(?i)^Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(WD(\d+)\)$">
341
+ <description>Sonos Wireless Dock</description>
342
+ <example hw.model="100" hw.version="36.4-41270">Linux UPnP/1.0 Sonos/36.4-41270 (WD100)</example>
343
+ <param pos="0" name="hw.vendor" value="Sonos"/>
344
+ <param pos="0" name="hw.product" value="Wireless Dock"/>
345
+ <param pos="0" name="hw.device" value="Network Audio"/>
346
+ <param pos="1" name="hw.version"/>
347
+ <param pos="2" name="hw.model"/>
348
+ <param pos="0" name="os.product" value="Linux"/>
349
+ </fingerprint>
309
350
  <fingerprint pattern="^(\S+) \d+/Service Pack \d+, UPnP/[\d\.]+, TVersity Media Server$">
310
351
  <description>TVersity Media Server UPnP Server</description>
311
352
  <example>5.2.3790 2/Service Pack 1, UPnP/1.0, TVersity Media Server</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.42
4
+ version: 2.1.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7 Research
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-03 00:00:00.000000000 Z
11
+ date: 2019-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -248,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
248
248
  version: '0'
249
249
  requirements: []
250
250
  rubyforge_project:
251
- rubygems_version: 2.5.2
251
+ rubygems_version: 2.6.11
252
252
  signing_key:
253
253
  specification_version: 4
254
254
  summary: Network service fingerprint database, classes, and utilities