recog 2.1.45 → 2.1.46
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/ftp_banners.xml +0 -1
- data/xml/html_title.xml +65 -0
- data/xml/http_servers.xml +1 -0
- data/xml/sip_user_agents.xml +3 -3
- data/xml/smb_native_lm.xml +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d5ed3f1174d68e401874f713a6f830e05f6f8a3
|
4
|
+
data.tar.gz: fe5277bdaa29a135475eac47be2e4e9faf268f12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 972feaa2f36aa734c61798f5064ef6a14c8f523c71db1aeb3a3374c168f4e018898f691946635df9dac4feebba2c79b278f664ef86df38bde49f8794f2f68aee
|
7
|
+
data.tar.gz: 9724d33f5068e3041df4fe0123dadd0c617ecb1dc29a6b1d9ab207d8a71f8498d5e639899923a2d867b5fdb1c1f177cc8f1c035b050ba2efd74445d269f20593
|
data/lib/recog/version.rb
CHANGED
data/xml/ftp_banners.xml
CHANGED
@@ -1233,7 +1233,6 @@ more text</example>
|
|
1233
1233
|
<param pos="0" name="service.cpe23" value="cpe:/a:bftpd_project:bftpd:{service.version}"/>
|
1234
1234
|
<param pos="2" name="host.ip"/>
|
1235
1235
|
</fingerprint>
|
1236
|
-
|
1237
1236
|
<fingerprint pattern="^NASFTPD Turbo station (?:2.x )?([\w.]+) Server \(ProFTPD\)(?: \[([a-f\d.:]+)\])?$">
|
1238
1237
|
<description>ProFTPD on QNAP Turbo Station NAS</description>
|
1239
1238
|
<example service.version="1.3.5a" host.ip="192.168.1.100">NASFTPD Turbo station 1.3.5a Server (ProFTPD) [192.168.1.100]</example>
|
data/xml/html_title.xml
ADDED
@@ -0,0 +1,65 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<fingerprints matches="html_title" database_type="service" preference="0.90">
|
3
|
+
<!-- HTML Title elements found in HTTP response bodies are matched against these patterns to fingerprint HTTP servers. -->
|
4
|
+
<fingerprint pattern="^(.*)&nbsp;-&nbsp;Synology&nbsp;DiskStation$">
|
5
|
+
<description>Synology DiskStation</description>
|
6
|
+
<example host.name="DiskStation">DiskStation&nbsp;-&nbsp;Synology&nbsp;DiskStation</example>
|
7
|
+
<example host.name="DS218">DS218&nbsp;-&nbsp;Synology&nbsp;DiskStation</example>
|
8
|
+
<param pos="0" name="hw.vendor" value="Synology"/>
|
9
|
+
<param pos="0" name="hw.family" value="DiskStation"/>
|
10
|
+
<param pos="0" name="hw.device" value="NAS"/>
|
11
|
+
<param pos="0" name="os.device" value="NAS"/>
|
12
|
+
<param pos="0" name="os.family" value="Linux"/>
|
13
|
+
<param pos="0" name="os.product" value="DSM"/>
|
14
|
+
<param pos="0" name="os.vendor" value="Synology"/>
|
15
|
+
<param pos="1" name="host.name"/>
|
16
|
+
</fingerprint>
|
17
|
+
<fingerprint pattern="^Web Filter Block Override$">
|
18
|
+
<description>Fortinet FortiGate/Fortiguard Web Filter</description>
|
19
|
+
<example>Web Filter Block Override</example>
|
20
|
+
<param pos="0" name="os.vendor" value="Fortinet"/>
|
21
|
+
<param pos="0" name="os.family" value="FortiOS"/>
|
22
|
+
<param pos="0" name="os.product" value="FortiOS"/>
|
23
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
24
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:fortinet:fortios:-"/>
|
25
|
+
<param pos="0" name="hw.vendor" value="Fortinet"/>
|
26
|
+
<param pos="0" name="hw.family" value="FortiGate"/>
|
27
|
+
<param pos="0" name="hw.device" value="Firewall"/>
|
28
|
+
</fingerprint>
|
29
|
+
<!-- Various products by Ubiquiti networks -->
|
30
|
+
<fingerprint pattern="^Ubiquiti Networks$">
|
31
|
+
<description>Generic products by Ubiquiti Networks</description>
|
32
|
+
<example>Ubiquiti Networks</example>
|
33
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
34
|
+
</fingerprint>
|
35
|
+
<fingerprint pattern="^EdgeOS$">
|
36
|
+
<description>Ubiquiti EdgeRouter/EdgeSwitch/etc</description>
|
37
|
+
<example>EdgeOS</example>
|
38
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
39
|
+
</fingerprint>
|
40
|
+
<fingerprint pattern="^UniFi Video$">
|
41
|
+
<description>Various UniFi Video products by Ubiquiti Networks</description>
|
42
|
+
<example>UniFi Video</example>
|
43
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
44
|
+
<param pos="0" name="hw.family" value="UniFi"/>
|
45
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
46
|
+
</fingerprint>
|
47
|
+
<fingerprint pattern="^RouterOS router configuration page$">
|
48
|
+
<description>MikroTik RouterOS router configuration page</description>
|
49
|
+
<example>RouterOS router configuration page</example>
|
50
|
+
<param pos="0" name="os.vendor" value="MikroTik"/>
|
51
|
+
<param pos="0" name="os.device" value="Router"/>
|
52
|
+
<param pos="0" name="os.product" value="RouterOS"/>
|
53
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:mikrotik:routeros:-"/>
|
54
|
+
<param pos="0" name="hw.vendor" value="MikroTik"/>
|
55
|
+
<param pos="0" name="hw.device" value="Router"/>
|
56
|
+
</fingerprint>
|
57
|
+
<fingerprint pattern="^Welcome to nginx!$">
|
58
|
+
<description>Default OS-agnostic nginx</description>
|
59
|
+
<example>Welcome to nginx!</example>
|
60
|
+
<param pos="0" name="service.product" value="nginx"/>
|
61
|
+
<param pos="0" name="service.family" value="nginx"/>
|
62
|
+
<param pos="0" name="service.vendor" value="nginx"/>
|
63
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:nginx:nginx:-"/>
|
64
|
+
</fingerprint>
|
65
|
+
</fingerprints>
|
data/xml/http_servers.xml
CHANGED
@@ -25,6 +25,7 @@
|
|
25
25
|
<param pos="0" name="os.vendor" value="CentOS"/>
|
26
26
|
<param pos="0" name="os.family" value="Linux"/>
|
27
27
|
<param pos="0" name="os.product" value="Linux"/>
|
28
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:centos:centos:-"/>
|
28
29
|
</fingerprint>
|
29
30
|
<fingerprint pattern="^Stronghold/(\d\.\d) Apache/([012][\d.]*)\s*(.*)$">
|
30
31
|
<description>Red Hat Stronghold Enterprise Apache</description>
|
data/xml/sip_user_agents.xml
CHANGED
@@ -73,13 +73,13 @@
|
|
73
73
|
<param pos="1" name="os.product"/>
|
74
74
|
<param pos="2" name="os.version"/>
|
75
75
|
</fingerprint>
|
76
|
-
|
77
|
-
|
76
|
+
<!-- Huawei devices -->
|
77
|
+
<fingerprint pattern="(?i)^Huawei$">
|
78
78
|
<description>Huawei generic</description>
|
79
79
|
<example>Huawei</example>
|
80
80
|
<param pos="0" name="hw.vendor" value="Huawei"/>
|
81
81
|
</fingerprint>
|
82
|
-
|
82
|
+
<fingerprint pattern="(?i)^Huawei-HomeGateway/V(?:\d.*)$">
|
83
83
|
<description>Huawei Home Gateway</description>
|
84
84
|
<example>Huawei-HomeGateway/V100R001</example>
|
85
85
|
<param pos="0" name="hw.vendor" value="Huawei"/>
|
data/xml/smb_native_lm.xml
CHANGED
@@ -57,5 +57,6 @@
|
|
57
57
|
<param pos="0" name="os.device" value="Router"/>
|
58
58
|
<param pos="0" name="os.family" value="RouterOS"/>
|
59
59
|
<param pos="0" name="os.product" value="RouterOS"/>
|
60
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:mikrotik:routeros:-"/>
|
60
61
|
</fingerprint>
|
61
62
|
</fingerprints>
|
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.
|
4
|
+
version: 2.1.46
|
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-
|
11
|
+
date: 2019-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -193,6 +193,7 @@ files:
|
|
193
193
|
- xml/ftp_banners.xml
|
194
194
|
- xml/h323_callresp.xml
|
195
195
|
- xml/hp_pjl_id.xml
|
196
|
+
- xml/html_title.xml
|
196
197
|
- xml/http_cookies.xml
|
197
198
|
- xml/http_servers.xml
|
198
199
|
- xml/http_wwwauth.xml
|
@@ -248,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
249
|
version: '0'
|
249
250
|
requirements: []
|
250
251
|
rubyforge_project:
|
251
|
-
rubygems_version: 2.
|
252
|
+
rubygems_version: 2.6.11
|
252
253
|
signing_key:
|
253
254
|
specification_version: 4
|
254
255
|
summary: Network service fingerprint database, classes, and utilities
|