recog 3.1.34 → 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.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.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-08-
|
|
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
|