recog 3.1.33 → 3.1.35
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_header.x-fortisandbox-version.xml +18 -0
- data/recog/xml/http_servers.xml +7 -0
- data/recog/xml/mysql_banners.xml +6 -5
- data.tar.gz.sig +0 -0
- metadata +3 -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: 83a5e4484d602f10adc5762a3b388b6ed2b305f5f6404031a492e3f4c57d4fff
|
|
4
|
+
data.tar.gz: ab991810258cfd9ecd5392732d65962c669242964d2ac61292e44984fdd43be3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e0fdc9acbf0a14f37e1cdfea8afa812691b2544b22bc7ce613557dcf366df8c5febac8196388f53da72b76baee1e7ba75e0920a9d21d94721302f90f5858762
|
|
7
|
+
data.tar.gz: 8fe5f9f805a373aaeb74431ced9a48ff6e4bb33ee11d8852f262f9af98714855f8c3c07b69df6b0d55d75e3291a29cd429b55654946d93d419f919887d0285d0
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/recog/version.rb
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
|
2
|
+
<fingerprints matches="http_header.x-fortisandbox-version" protocol="http" database_type="service" preference="0.90">
|
|
3
|
+
<!-- HTTP X-Fortisandbox-Version headers are matched against these patterns to fingerprint Fortinet FortiSandbox appliances. -->
|
|
4
|
+
|
|
5
|
+
<fingerprint pattern="^(\d+\.\d+\.\d+)$">
|
|
6
|
+
<description>Fortinet FortiSandbox</description>
|
|
7
|
+
<example service.version="5.0.5">5.0.5</example>
|
|
8
|
+
<param pos="0" name="service.vendor" value="Fortinet"/>
|
|
9
|
+
<param pos="0" name="service.product" value="FortiSandbox"/>
|
|
10
|
+
<param pos="0" name="service.device" value="Sandbox"/>
|
|
11
|
+
<param pos="1" name="service.version"/>
|
|
12
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:fortinet:fortisandbox:{service.version}"/>
|
|
13
|
+
<param pos="0" name="hw.vendor" value="Fortinet"/>
|
|
14
|
+
<param pos="0" name="hw.family" value="FortiSandbox"/>
|
|
15
|
+
<param pos="0" name="hw.device" value="Sandbox"/>
|
|
16
|
+
</fingerprint>
|
|
17
|
+
|
|
18
|
+
</fingerprints>
|
data/recog/xml/http_servers.xml
CHANGED
|
@@ -5191,6 +5191,13 @@
|
|
|
5191
5191
|
<param pos="0" name="hw.device" value="Device"/>
|
|
5192
5192
|
</fingerprint>
|
|
5193
5193
|
|
|
5194
|
+
<fingerprint pattern=".*KNX-IP.*">
|
|
5195
|
+
<description>KNX-IP Interface</description>
|
|
5196
|
+
<example>Zennio KNX-IP Interface</example>
|
|
5197
|
+
<param pos="0" name="service.vendor" value="KNX"/>
|
|
5198
|
+
<param pos="0" name="service.product" value="KNX Device"/>
|
|
5199
|
+
</fingerprint>
|
|
5200
|
+
|
|
5194
5201
|
<fingerprint pattern="^APISIX\/([\d\.]+)">
|
|
5195
5202
|
<description>Apache APISIX</description>
|
|
5196
5203
|
<example service.version="3.13.0">APISIX/3.13.0</example>
|
data/recog/xml/mysql_banners.xml
CHANGED
|
@@ -1706,9 +1706,10 @@
|
|
|
1706
1706
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:9.0"/>
|
|
1707
1707
|
</fingerprint>
|
|
1708
1708
|
|
|
1709
|
-
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)(\d*\.\d*\.\d*)-MariaDB\S
|
|
1710
|
-
<description>MariaDB MariaDB
|
|
1711
|
-
<example service.version="10.1.23">5.5.5-10.1.23-MariaDB-9+deb9u1</example>
|
|
1709
|
+
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)(\d*\.\d*\.\d*)-MariaDB\S*\+deb(\d{1,2})u\d\S*$" flags="REG_ICASE">
|
|
1710
|
+
<description>MariaDB MariaDB packaged for Debian</description>
|
|
1711
|
+
<example service.version="10.1.23" os.version="9">5.5.5-10.1.23-MariaDB-9+deb9u1</example>
|
|
1712
|
+
<example service.version="10.5.29" os.version="11">5.5.5-10.5.29-MariaDB-0+deb11u1-log</example>
|
|
1712
1713
|
<param pos="1" name="service.version"/>
|
|
1713
1714
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
1714
1715
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -1717,8 +1718,8 @@
|
|
|
1717
1718
|
<param pos="0" name="os.vendor" value="Debian"/>
|
|
1718
1719
|
<param pos="0" name="os.family" value="Linux"/>
|
|
1719
1720
|
<param pos="0" name="os.product" value="Linux"/>
|
|
1720
|
-
<param pos="
|
|
1721
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:
|
|
1721
|
+
<param pos="2" name="os.version"/>
|
|
1722
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:{os.version}"/>
|
|
1722
1723
|
</fingerprint>
|
|
1723
1724
|
|
|
1724
1725
|
<fingerprint pattern="^^(\d{1,2}\.\d{1,2}\.[a-f\d]{1,3})-Sphinx" flags="REG_ICASE">
|
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.35
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
XXBvE6wC6iokirNlDvZlbO9G18iiVLdwQrWvhAiMXpuLobG6mXRnm2nRjGAbeluj
|
|
36
36
|
F5KvN7/Jo4xic61stZ/n41BgEGMdZhzI20QStLGk6rsnKhmlXs1TKFr9NQRr4Hz/
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2026-
|
|
38
|
+
date: 2026-08-17 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rspec
|
|
@@ -167,6 +167,7 @@ files:
|
|
|
167
167
|
- recog/xml/hp_pjl_id.xml
|
|
168
168
|
- recog/xml/html_title.xml
|
|
169
169
|
- recog/xml/http_cookies.xml
|
|
170
|
+
- recog/xml/http_header.x-fortisandbox-version.xml
|
|
170
171
|
- recog/xml/http_servers.xml
|
|
171
172
|
- recog/xml/http_wwwauth.xml
|
|
172
173
|
- recog/xml/http_xpoweredby.xml
|
metadata.gz.sig
CHANGED
|
Binary file
|