recog 3.1.8 → 3.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/recog/version.rb +1 -1
- data/recog/xml/favicons.xml +2434 -27
- data/recog/xml/ldap_searchresult.xml +5 -2
- data/recog/xml/mdns_device-info_txt.xml +24 -0
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
@@ -347,11 +347,14 @@
|
|
347
347
|
|
348
348
|
<!-- End of Microsoft Windows Section -->
|
349
349
|
|
350
|
-
<fingerprint pattern="(?im
|
350
|
+
<fingerprint pattern="(?im:\x04..penLDAProotDSE)">
|
351
351
|
<description>OpenLDAP</description>
|
352
352
|
<example _encoding="base64">
|
353
353
|
dm9iamVjdENsYXNzMRYEA3RvcAQPT3BlbkxEQVByb290RFNFMA==
|
354
354
|
</example>
|
355
|
+
<example _encoding="base64">
|
356
|
+
BBVzdHJ1Y3R1cmFsT2JqZWN0Q2xhc3MxEQQPT3BlbkxEQVByb290RFNFMBwEDQ==
|
357
|
+
</example>
|
355
358
|
<param pos="0" name="service.vendor" value="OpenLDAP"/>
|
356
359
|
<param pos="0" name="service.product" value="OpenLDAP"/>
|
357
360
|
<param pos="0" name="service.cpe23" value="cpe:/a:openldap:openldap:-"/>
|
@@ -784,4 +787,4 @@
|
|
784
787
|
<param pos="1" name="service.version"/>
|
785
788
|
</fingerprint>
|
786
789
|
|
787
|
-
</fingerprints>
|
790
|
+
</fingerprints>
|
@@ -14,6 +14,16 @@
|
|
14
14
|
version of OS X plus 4. E.g. osxvers=13 means OS X 10.9
|
15
15
|
-->
|
16
16
|
|
17
|
+
<fingerprint pattern="^osxvers=22">
|
18
|
+
<description>OS X 13.0 (Ventura)</description>
|
19
|
+
<example>osxvers=22</example>
|
20
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
21
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
22
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
23
|
+
<param pos="0" name="os.version" value="13.0"/>
|
24
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:13.0"/>
|
25
|
+
</fingerprint>
|
26
|
+
|
17
27
|
<fingerprint pattern="^osxvers=21">
|
18
28
|
<description>OS X 12.0 (Monterey)</description>
|
19
29
|
<example>osxvers=21</example>
|
@@ -258,6 +268,20 @@
|
|
258
268
|
|
259
269
|
<!-- MacBookPro - Reference for the following: https://support.apple.com/en-us/HT201300 -->
|
260
270
|
|
271
|
+
<fingerprint pattern="^model=MacBookPro18,3$">
|
272
|
+
<description>MacBook Pro (14-Inch, M1, 2021)</description>
|
273
|
+
<example>model=MacBookPro18,3</example>
|
274
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
275
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
276
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
277
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
278
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
279
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
280
|
+
<param pos="0" name="hw.product" value="MacBook Pro (14-Inch, M1, 2021)"/>
|
281
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
282
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:apple:macbook_pro:-"/>
|
283
|
+
</fingerprint>
|
284
|
+
|
261
285
|
<fingerprint pattern="^model=MacBookPro17,1$">
|
262
286
|
<description>MacBook Pro (13-inch, M1, 2020)</description>
|
263
287
|
<example>model=MacBookPro17,1</example>
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rapid7 Research
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
34
34
|
DgscAao7wB3xW2BWEp1KnaDWkf1x9ttgoBEYyuYwU7uatB67kBQG1PKvLt79wHvz
|
35
35
|
Dxs+KOjGbBRfMnPgVGYkORKVrZIwlaboHbDKxcVW5xv+oZc7KYXWGg==
|
36
36
|
-----END CERTIFICATE-----
|
37
|
-
date: 2024-
|
37
|
+
date: 2024-07-17 00:00:00.000000000 Z
|
38
38
|
dependencies:
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: rspec
|
metadata.gz.sig
CHANGED
Binary file
|