recog 3.1.18 → 3.1.20
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
- checksums.yaml.gz.sig +0 -0
- data/lib/recog/version.rb +1 -1
- data/recog/xml/http_servers.xml +8 -1
- data/recog/xml/http_wwwauth.xml +11 -0
- data/recog/xml/ssh_banners.xml +16 -0
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d57527b38a7ce9e603921378b396b3612b2ca142b69c6b5bed1e22457b9bc2e6
|
4
|
+
data.tar.gz: 98968850f8157450cad82302f424f7a4f72809bc447c979ced14ad4d0e849dcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8d0d815eaa61707e30e5b2ef6e1d478f4ffebd81b730089d1dd5dc1d9457c3aebc8138ee002d4d04b80236bb3a9829bc733cec6cb8f4f8cf5b9b5d8ac68e655
|
7
|
+
data.tar.gz: b15ca03b4efbcfd4ef2a014167e4afcbdabf84671aa9b67cbec7809940be7584b50bbaa37b775988994080491d8f1341c2dffc6df49d020f94311eefd55c50ee
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/recog/version.rb
CHANGED
data/recog/xml/http_servers.xml
CHANGED
@@ -5189,5 +5189,12 @@
|
|
5189
5189
|
<param pos="0" name="hw.vendor" value="Freebox"/>
|
5190
5190
|
<param pos="0" name="hw.device" value="Device"/>
|
5191
5191
|
</fingerprint>
|
5192
|
-
|
5192
|
+
|
5193
|
+
<fingerprint pattern="^APISIX\/([\d\.]+)">
|
5194
|
+
<description>Apache APISIX</description>
|
5195
|
+
<example service.version="3.13.0">APISIX/3.13.0</example>
|
5196
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
5197
|
+
<param pos="0" name="service.product" value="APISIX"/>
|
5198
|
+
<param pos="1" name="service.version"/>
|
5199
|
+
</fingerprint>
|
5193
5200
|
</fingerprints>
|
data/recog/xml/http_wwwauth.xml
CHANGED
@@ -789,6 +789,16 @@
|
|
789
789
|
<param pos="0" name="service.certainty" value="0.0"/>
|
790
790
|
</fingerprint>
|
791
791
|
|
792
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="(DNR-[^"]+)"">
|
793
|
+
<description>D-Link DNR Cloud Network Video Recorder</description>
|
794
|
+
<example os.vendor="D-Link" hw.vendor="D-Link" hw.device="Cloud Network Video Recorder" hw.product="DNR-322L" hw.model="DNR-322L">Basic realm="DNR-322L"</example>
|
795
|
+
<param pos="0" name="os.vendor" value="D-Link"/>
|
796
|
+
<param pos="0" name="hw.vendor" value="D-Link"/>
|
797
|
+
<param pos="0" name="hw.device" value="Cloud Network Video Recorder"/>
|
798
|
+
<param pos="1" name="hw.product"/>
|
799
|
+
<param pos="1" name="hw.model"/>
|
800
|
+
</fingerprint>
|
801
|
+
|
792
802
|
<!--
|
793
803
|
Temporarily disable this version-less fingerprint because it overrode the
|
794
804
|
one in http_servers.xml (see NEX-1255).
|
@@ -828,6 +838,7 @@ Basic realm="device"
|
|
828
838
|
Basic realm="DFL Admin Interface"
|
829
839
|
Basic realm="DI-804HV"
|
830
840
|
Basic realm="dreambox"
|
841
|
+
Basic realm="DNR-322L"
|
831
842
|
Basic Realm="DSL-500G Admin Login"
|
832
843
|
Basic Realm="DSL-500G"
|
833
844
|
Basic Realm="DSL-504G"
|
data/recog/xml/ssh_banners.xml
CHANGED
@@ -1452,6 +1452,22 @@
|
|
1452
1452
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:11.0"/>
|
1453
1453
|
</fingerprint>
|
1454
1454
|
|
1455
|
+
<fingerprint pattern="^OpenSSH_(9\.2p1) (Debian-\d\d?\+deb12u\d+)$">
|
1456
|
+
<description>OpenSSH running on Debian 12.x (bookworm)</description>
|
1457
|
+
<example service.version="9.2p1" openssh.comment="Debian-2+deb12u3">OpenSSH_9.2p1 Debian-2+deb12u3</example>
|
1458
|
+
<param pos="1" name="service.version"/>
|
1459
|
+
<param pos="2" name="openssh.comment"/>
|
1460
|
+
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
1461
|
+
<param pos="0" name="service.family" value="OpenSSH"/>
|
1462
|
+
<param pos="0" name="service.product" value="OpenSSH"/>
|
1463
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:openbsd:openssh:{service.version}"/>
|
1464
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
1465
|
+
<param pos="0" name="os.family" value="Linux"/>
|
1466
|
+
<param pos="0" name="os.product" value="Linux"/>
|
1467
|
+
<param pos="0" name="os.version" value="12.0"/>
|
1468
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:12.0"/>
|
1469
|
+
</fingerprint>
|
1470
|
+
|
1455
1471
|
<fingerprint pattern="^OpenSSH_([^\s]+)\s+(Debian-\d+(?:[~]?bpo[.]?\d+)?)$">
|
1456
1472
|
<description>OpenSSH running on Debian (unknown release)</description>
|
1457
1473
|
<example service.version="4.3p2" openssh.comment="Debian-5~bpo.1">OpenSSH_4.3p2 Debian-5~bpo.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.20
|
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: 2025-
|
37
|
+
date: 2025-08-14 00:00:00.000000000 Z
|
38
38
|
dependencies:
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: rspec
|
metadata.gz.sig
CHANGED
Binary file
|