recog 2.3.1 → 2.3.2
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
- data/lib/recog/version.rb +1 -1
- data/xml/http_servers.xml +22 -14
- data/xml/http_wwwauth.xml +85 -28
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ffdc0a0a4c5522a2e367688a6ba3048ce2c9f75
|
|
4
|
+
data.tar.gz: cfac113fe60401cc793e51e92d45099032176212
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20bf762665cf96e7d36b267e3bb3388be9dbb7768cc5d756ba73f2eccb2a7c5a72bce4c9a369e3656154d4f09c3cf4621e14bd82b08f184349768834ddc3d2b5
|
|
7
|
+
data.tar.gz: 0a3fe595935583ba3fff0cc3fef805d46c2ba211e8e3ad24df66725abac0cf3d8233876dc69eae12f9616dc15e1662e9d4ca868133db10dfbb2b4a2a0b1124d8
|
data/lib/recog/version.rb
CHANGED
data/xml/http_servers.xml
CHANGED
|
@@ -1077,12 +1077,15 @@
|
|
|
1077
1077
|
TODO:
|
|
1078
1078
|
|
|
1079
1079
|
Sun_WebServer/2.1
|
|
1080
|
-
|
|
1081
|
-
|
|
1080
|
+
-->
|
|
1081
|
+
<!-- Mort Bay Jetty 1.0 to 6.x -->
|
|
1082
|
+
<fingerprint pattern="^Jetty\/([1-6]\.[\w.]+)(?: \(([^)]*))?">
|
|
1082
1083
|
<description>Mort Bay Jetty with info</description>
|
|
1083
|
-
<example>Jetty/4.0.1 (SunOS 5.8 sparc)</example>
|
|
1084
|
-
<example>Jetty/4.2.23 (SunOS/5.9 sparc java/1.4.2_04)</example>
|
|
1085
|
-
<example>Jetty/
|
|
1084
|
+
<example service.version="4.0.1" jetty.info="SunOS 5.8 sparc">Jetty/4.0.1 (SunOS 5.8 sparc)</example>
|
|
1085
|
+
<example service.version="4.2.23" jetty.info="SunOS/5.9 sparc java/1.4.2_04">Jetty/4.2.23 (SunOS/5.9 sparc java/1.4.2_04)</example>
|
|
1086
|
+
<example service.version="4.2.x" jetty.info="VxWorks/WIND version 2.9 ppc java/1.1-rr-std-b12">Jetty/4.2.x (VxWorks/WIND version 2.9 ppc java/1.1-rr-std-b12)</example>
|
|
1087
|
+
<example service.version="5.1.4" jetty.info="Windows Server 2008 R2/6.1 x86 java/1.5.0_22">Jetty/5.1.4 (Windows Server 2008 R2/6.1 x86 java/1.5.0_22</example>
|
|
1088
|
+
<example service.version="5.1.10" jetty.info="Linux/2.6.12 i386 java/1.5.0_05">Jetty/5.1.10 (Linux/2.6.12 i386 java/1.5.0_05)</example>
|
|
1086
1089
|
<param pos="0" name="service.vendor" value="Mort Bay"/>
|
|
1087
1090
|
<param pos="0" name="service.product" value="Jetty"/>
|
|
1088
1091
|
<param pos="0" name="service.family" value="Jetty"/>
|
|
@@ -1090,25 +1093,30 @@
|
|
|
1090
1093
|
<param pos="0" name="service.cpe23" value="cpe:/a:mortbay:jetty:{service.version}"/>
|
|
1091
1094
|
<param pos="2" name="jetty.info"/>
|
|
1092
1095
|
</fingerprint>
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
<
|
|
1096
|
-
<example>Jetty
|
|
1096
|
+
<fingerprint pattern="^Jetty\(([1-6]\S+)\)$">
|
|
1097
|
+
<description>Mort Bay Jetty</description>
|
|
1098
|
+
<example service.version="1.4.5">Jetty(1.4.5)</example>
|
|
1099
|
+
<example service.version="6.1.12.rc2">Jetty(6.1.12.rc2)</example>
|
|
1097
1100
|
<param pos="0" name="service.vendor" value="Mort Bay"/>
|
|
1098
1101
|
<param pos="0" name="service.product" value="Jetty"/>
|
|
1099
1102
|
<param pos="0" name="service.family" value="Jetty"/>
|
|
1100
1103
|
<param pos="1" name="service.version"/>
|
|
1101
1104
|
<param pos="0" name="service.cpe23" value="cpe:/a:mortbay:jetty:{service.version}"/>
|
|
1102
1105
|
</fingerprint>
|
|
1106
|
+
<!--
|
|
1107
|
+
Jetty moved to Eclipse.org at version 7, CVEs after this version are
|
|
1108
|
+
associated with Eclipse CPEs.
|
|
1109
|
+
-->
|
|
1103
1110
|
<fingerprint pattern="^Jetty\((\S+)\)$">
|
|
1104
|
-
<description>
|
|
1105
|
-
<example>Jetty(6.
|
|
1106
|
-
<example>Jetty(
|
|
1107
|
-
<
|
|
1111
|
+
<description>Eclipse Jetty</description>
|
|
1112
|
+
<example service.version="7.6.9.v20130131">Jetty(7.6.9.v20130131)</example>
|
|
1113
|
+
<example service.version="8.1.10.v20130312">Jetty(8.1.10.v20130312)</example>
|
|
1114
|
+
<example service.version="9.4.z-SNAPSHOT">Jetty(9.4.z-SNAPSHOT)</example>
|
|
1115
|
+
<param pos="0" name="service.vendor" value="Eclipse"/>
|
|
1108
1116
|
<param pos="0" name="service.product" value="Jetty"/>
|
|
1109
1117
|
<param pos="0" name="service.family" value="Jetty"/>
|
|
1110
1118
|
<param pos="1" name="service.version"/>
|
|
1111
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:
|
|
1119
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:eclipse:jetty:{service.version}"/>
|
|
1112
1120
|
</fingerprint>
|
|
1113
1121
|
<fingerprint pattern="^(?i)squid/(\d+\.[\w.\-\+]+)$">
|
|
1114
1122
|
<description>Squid Web Proxy with a version</description>
|
data/xml/http_wwwauth.xml
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<fingerprints matches="http_header.wwwauth" protocol="http" database_type="service" preference="0.85">
|
|
3
3
|
<!-- HTTP WWW-Authenticate headers are matched against these patterns to fingerprint HTTP servers. -->
|
|
4
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
5
|
-
<description>Fujitsu Siemens Primergy with BMC RemoteView on an iRMC card</description>
|
|
6
|
-
<param pos="0" name="service.vendor" value="Fujitsu Siemens"/>
|
|
7
|
-
<param pos="0" name="service.product" value="RemoteView"/>
|
|
8
|
-
<param pos="0" name="service.family" value="RemoteView"/>
|
|
9
|
-
<param pos="0" name="hw.vendor" value="Fujitsu Siemens"/>
|
|
10
|
-
<param pos="0" name="hw.family" value="Primergy"/>
|
|
11
|
-
<param pos="0" name="hw.product" value="Primergy"/>
|
|
12
|
-
<param pos="1" name="host.name"/>
|
|
13
|
-
</fingerprint>
|
|
14
|
-
<fingerprint pattern="^(?:Basic|Digest) realm=.access.$">
|
|
4
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="access"$">
|
|
15
5
|
<description>Cisco IOS 11.x</description>
|
|
6
|
+
<example>Basic realm="access"</example>
|
|
16
7
|
<param pos="0" name="service.vendor" value="Cisco"/>
|
|
17
8
|
<param pos="0" name="service.product" value="IOS"/>
|
|
18
9
|
<param pos="0" name="service.family" value="IOS"/>
|
|
@@ -24,9 +15,13 @@
|
|
|
24
15
|
<param pos="0" name="os.product" value="IOS"/>
|
|
25
16
|
<param pos="0" name="os.version" value="11"/>
|
|
26
17
|
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:ios:11"/>
|
|
18
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
|
19
|
+
<param pos="0" name="hw.device" value="Router"/>
|
|
27
20
|
</fingerprint>
|
|
28
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
21
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="level[ _]15[ _]or[ _]view[ _]access"$">
|
|
29
22
|
<description>Cisco IOS 12.x - view access variant</description>
|
|
23
|
+
<example>Basic realm="level_15 or view_access"</example>
|
|
24
|
+
<example>Basic realm="level_15_or_view_access"</example>
|
|
30
25
|
<param pos="0" name="service.vendor" value="Cisco"/>
|
|
31
26
|
<param pos="0" name="service.product" value="IOS"/>
|
|
32
27
|
<param pos="0" name="service.family" value="IOS"/>
|
|
@@ -38,9 +33,13 @@
|
|
|
38
33
|
<param pos="0" name="os.product" value="IOS"/>
|
|
39
34
|
<param pos="0" name="os.version" value="12"/>
|
|
40
35
|
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:ios:12"/>
|
|
36
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
|
37
|
+
<param pos="0" name="hw.device" value="Router"/>
|
|
41
38
|
</fingerprint>
|
|
42
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
39
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="level[ _]\d\d?[ _]access"$">
|
|
43
40
|
<description>Cisco IOS 12.x</description>
|
|
41
|
+
<example>Basic realm="level_15_access"</example>
|
|
42
|
+
<example>Basic realm="level 15 access"</example>
|
|
44
43
|
<param pos="0" name="service.vendor" value="Cisco"/>
|
|
45
44
|
<param pos="0" name="service.product" value="IOS"/>
|
|
46
45
|
<param pos="0" name="service.family" value="IOS"/>
|
|
@@ -52,14 +51,17 @@
|
|
|
52
51
|
<param pos="0" name="os.product" value="IOS"/>
|
|
53
52
|
<param pos="0" name="os.version" value="12"/>
|
|
54
53
|
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:ios:12"/>
|
|
54
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
|
55
|
+
<param pos="0" name="hw.device" value="Router"/>
|
|
55
56
|
</fingerprint>
|
|
56
57
|
<fingerprint pattern="^(?:Basic|Digest) realm="Cisco_CCSP_CWMP_TCPCR".*$">
|
|
57
58
|
<description>Generic Cisco CWMP/CPE equipment</description>
|
|
58
59
|
<example>Basic realm="Cisco_CCSP_CWMP_TCPCR"</example>
|
|
59
60
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
|
60
61
|
</fingerprint>
|
|
61
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
62
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="FW-1. Reason: no user Server "$">
|
|
62
63
|
<description>Check Point FireWall-1</description>
|
|
64
|
+
<example>Basic realm="FW-1. Reason: no user Server "</example>
|
|
63
65
|
<param pos="0" name="service.vendor" value="Check Point"/>
|
|
64
66
|
<param pos="0" name="service.product" value="Firewall-1"/>
|
|
65
67
|
<param pos="0" name="service.family" value="Firewall-1"/>
|
|
@@ -75,8 +77,9 @@
|
|
|
75
77
|
<param pos="0" name="service.vendor" value="cPanel"/>
|
|
76
78
|
<param pos="0" name="service.product" value="cPanel"/>
|
|
77
79
|
</fingerprint>
|
|
78
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
80
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="APC Management Card"$">
|
|
79
81
|
<description>APC device</description>
|
|
82
|
+
<example>Basic realm="APC Management Card"</example>
|
|
80
83
|
<param pos="0" name="service.vendor" value="APC"/>
|
|
81
84
|
<param pos="0" name="service.product" value="HTTP"/>
|
|
82
85
|
<param pos="0" name="os.vendor" value="APC"/>
|
|
@@ -167,8 +170,22 @@
|
|
|
167
170
|
<example>Digest realm="RUIJIE-CPE"</example>
|
|
168
171
|
<param pos="0" name="hw.vendor" value="Ruijie"/>
|
|
169
172
|
</fingerprint>
|
|
170
|
-
<fingerprint pattern="^
|
|
173
|
+
<fingerprint pattern="^Basic realm="SpeedTouch"$">
|
|
174
|
+
<description>Thomson SpeedTouch xDSL router - short variant</description>
|
|
175
|
+
<example>Basic realm="SpeedTouch"</example>
|
|
176
|
+
<param pos="0" name="service.vendor" value="Thomson"/>
|
|
177
|
+
<param pos="0" name="service.product" value="SpeedTouch"/>
|
|
178
|
+
<param pos="0" name="service.family" value="SpeedTouch"/>
|
|
179
|
+
<param pos="0" name="os.vendor" value="Thomson"/>
|
|
180
|
+
<param pos="0" name="os.device" value="Broadband router"/>
|
|
181
|
+
<param pos="0" name="os.family" value="SpeedTouch"/>
|
|
182
|
+
<param pos="0" name="hw.vendor" value="Thomson"/>
|
|
183
|
+
<param pos="0" name="hw.family" value="SpeedTouch"/>
|
|
184
|
+
<param pos="0" name="hw.device" value="Broadband router"/>
|
|
185
|
+
</fingerprint>
|
|
186
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="SpeedTouch \(([0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2})\)"$">
|
|
171
187
|
<description>Thomson SpeedTouch xDSL router</description>
|
|
188
|
+
<example host.mac="00-90-D0-F9-91-52">Basic realm="SpeedTouch (00-90-D0-F9-91-52)"</example>
|
|
172
189
|
<param pos="0" name="service.vendor" value="Thomson"/>
|
|
173
190
|
<param pos="0" name="service.product" value="SpeedTouch"/>
|
|
174
191
|
<param pos="0" name="service.family" value="SpeedTouch"/>
|
|
@@ -176,9 +193,16 @@
|
|
|
176
193
|
<param pos="0" name="os.device" value="Broadband router"/>
|
|
177
194
|
<param pos="0" name="os.family" value="SpeedTouch"/>
|
|
178
195
|
<param pos="0" name="os.product" value="SpeedTouch"/>
|
|
196
|
+
<param pos="0" name="hw.vendor" value="Thomson"/>
|
|
197
|
+
<param pos="0" name="hw.family" value="SpeedTouch"/>
|
|
198
|
+
<param pos="0" name="hw.device" value="Broadband router"/>
|
|
179
199
|
<param pos="1" name="host.mac"/>
|
|
180
200
|
</fingerprint>
|
|
181
|
-
|
|
201
|
+
<!--
|
|
202
|
+
Really need some examples for the fingerprints below. The regex and params
|
|
203
|
+
imply that the nonce inlcudes the MAC address.
|
|
204
|
+
-->
|
|
205
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="SpeedTouch", nonce="[0-9A-Z]+:([0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}):\d+:\d+", qop="auth"$">
|
|
182
206
|
<description>Thomson SpeedTouch xDSL router - qop variant</description>
|
|
183
207
|
<param pos="0" name="service.vendor" value="Thomson"/>
|
|
184
208
|
<param pos="0" name="service.product" value="SpeedTouch"/>
|
|
@@ -187,9 +211,12 @@
|
|
|
187
211
|
<param pos="0" name="os.device" value="Broadband router"/>
|
|
188
212
|
<param pos="0" name="os.family" value="SpeedTouch"/>
|
|
189
213
|
<param pos="0" name="os.product" value="SpeedTouch"/>
|
|
214
|
+
<param pos="0" name="hw.vendor" value="Thomson"/>
|
|
215
|
+
<param pos="0" name="hw.family" value="SpeedTouch"/>
|
|
216
|
+
<param pos="0" name="hw.device" value="Broadband router"/>
|
|
190
217
|
<param pos="1" name="host.mac"/>
|
|
191
218
|
</fingerprint>
|
|
192
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
219
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="ST (\d+) R 5.x Telecom Italia", nonce="[0-9A-Z]+:([0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}):\d+:\d+", qop="auth"$">
|
|
193
220
|
<description>Thomson SpeedTouch xDSL router - Telecom Italia</description>
|
|
194
221
|
<param pos="0" name="service.vendor" value="Thomson"/>
|
|
195
222
|
<param pos="0" name="service.product" value="SpeedTouch"/>
|
|
@@ -197,6 +224,9 @@
|
|
|
197
224
|
<param pos="0" name="os.vendor" value="Thomson"/>
|
|
198
225
|
<param pos="0" name="os.device" value="Broadband router"/>
|
|
199
226
|
<param pos="0" name="os.family" value="SpeedTouch"/>
|
|
227
|
+
<param pos="0" name="hw.vendor" value="Thomson"/>
|
|
228
|
+
<param pos="0" name="hw.family" value="SpeedTouch"/>
|
|
229
|
+
<param pos="0" name="hw.device" value="Broadband router"/>
|
|
200
230
|
<param pos="1" name="os.product"/>
|
|
201
231
|
<param pos="2" name="host.mac"/>
|
|
202
232
|
</fingerprint>
|
|
@@ -207,8 +237,9 @@
|
|
|
207
237
|
<param pos="0" name="hw.vendor" value="Thomson"/>
|
|
208
238
|
<param pos="0" name="hw.device" value="Broadband router"/>
|
|
209
239
|
</fingerprint>
|
|
210
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
240
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="(?:SmartAX )?(MT\d+[^ ]*)(?: ADSL Router)?"$">
|
|
211
241
|
<description>Huawei xDSL routers</description>
|
|
242
|
+
<example hw.product="MT882">Basic realm="SmartAX MT882"</example>
|
|
212
243
|
<param pos="0" name="service.vendor" value="Huawei"/>
|
|
213
244
|
<param pos="0" name="service.family" value="MT"/>
|
|
214
245
|
<param pos="1" name="service.product"/>
|
|
@@ -216,6 +247,10 @@
|
|
|
216
247
|
<param pos="0" name="os.device" value="Broadband router"/>
|
|
217
248
|
<param pos="0" name="os.family" value="MT"/>
|
|
218
249
|
<param pos="1" name="os.product"/>
|
|
250
|
+
<param pos="0" name="hw.vendor" value="Huawei"/>
|
|
251
|
+
<param pos="0" name="hw.device" value="Broadband router"/>
|
|
252
|
+
<param pos="0" name="hw.family" value="MT"/>
|
|
253
|
+
<param pos="1" name="hw.product"/>
|
|
219
254
|
</fingerprint>
|
|
220
255
|
<fingerprint pattern="^(?:Basic|Digest) realm="HuaweiHomeGateway".*$">
|
|
221
256
|
<description>Huawei Home Gateway Routers</description>
|
|
@@ -232,14 +267,20 @@
|
|
|
232
267
|
<param pos="0" name="hw.device" value="Broadband router"/>
|
|
233
268
|
<param pos="0" name="hw.product" value="EchoLife Home Gateway"/>
|
|
234
269
|
</fingerprint>
|
|
235
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
236
|
-
<description>Linksys WRT54G wireless access point
|
|
237
|
-
|
|
270
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="(WRT54G\w*)"$">
|
|
271
|
+
<description>Linksys WRT54G wireless access point (dozen of variants of the product)</description>
|
|
272
|
+
<example hw.product="WRT54G">Basic realm="WRT54G"</example>
|
|
273
|
+
<example hw.product="WRT54GL">Basic realm="WRT54GL"</example>
|
|
274
|
+
<example hw.product="WRT54GSV4">Basic realm="WRT54GSV4"</example>
|
|
275
|
+
<example hw.product="WRT54GCv3">Basic realm="WRT54GCv3"</example>
|
|
238
276
|
<param pos="0" name="os.vendor" value="Linksys"/>
|
|
239
277
|
<param pos="0" name="os.device" value="WAP"/>
|
|
240
|
-
<param pos="
|
|
278
|
+
<param pos="1" name="os.product"/>
|
|
279
|
+
<param pos="0" name="hw.vendor" value="Linksys"/>
|
|
280
|
+
<param pos="0" name="hw.device" value="WAP"/>
|
|
281
|
+
<param pos="1" name="hw.product"/>
|
|
241
282
|
</fingerprint>
|
|
242
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
283
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="(TD-[VW8][A-Z0-9]+)(?:| \d+\.\d+)"$">
|
|
243
284
|
<description>TP-LINK SoHo Router - dash variant</description>
|
|
244
285
|
<example>Basic realm="TD-W8901G"</example>
|
|
245
286
|
<example>Basic realm="TD-8840T 2.0"</example>
|
|
@@ -248,7 +289,7 @@
|
|
|
248
289
|
<param pos="0" name="os.device" value="Router"/>
|
|
249
290
|
<param pos="1" name="os.product"/>
|
|
250
291
|
</fingerprint>
|
|
251
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
292
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="(TD8[A-Z0-9]+)"$">
|
|
252
293
|
<description>TP-LINK SoHo Router</description>
|
|
253
294
|
<example>Basic realm="TD854W"</example>
|
|
254
295
|
<example>Basic realm="TD811"</example>
|
|
@@ -258,7 +299,7 @@
|
|
|
258
299
|
<param pos="0" name="os.device" value="Router"/>
|
|
259
300
|
<param pos="1" name="os.product"/>
|
|
260
301
|
</fingerprint>
|
|
261
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
302
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="TP-LINK.*(?:Access Point|Extender|AP) ([A-Z0-9\-\+]+)".*$">
|
|
262
303
|
<description>TP-LINK SoHo Router - verbose variant</description>
|
|
263
304
|
<example>Basic realm="TP-LINK Wireless N Access Point WA801N"</example>
|
|
264
305
|
<example>Basic realm="TP-LINK Wireless Range Extender WA830RE"</example>
|
|
@@ -406,12 +447,17 @@
|
|
|
406
447
|
<description>Ignore Negotiate-only</description>
|
|
407
448
|
<example>Negotiate</example>
|
|
408
449
|
</fingerprint>
|
|
409
|
-
|
|
450
|
+
<!--
|
|
451
|
+
Using a wildcard . instead of ['"] in the following line will result in
|
|
452
|
+
this fingerprint matching examples from other fingerprints.
|
|
453
|
+
-->
|
|
454
|
+
<fingerprint pattern="^(?:Basic|Digest) .*realm=['"](?:\/|\.|null|\/?index.html?)?['"]">
|
|
410
455
|
<description>Ignore null/empty/period/index.</description>
|
|
411
456
|
<example>Basic realm="null"</example>
|
|
412
457
|
<example>Basic realm="."</example>
|
|
413
458
|
<example>Basic realm=""</example>
|
|
414
459
|
<example>Basic realm="/"</example>
|
|
460
|
+
<example>Basic realm='/'</example>
|
|
415
461
|
<example>Basic realm="index.html"</example>
|
|
416
462
|
</fingerprint>
|
|
417
463
|
<fingerprint pattern="^(?:Basic|Digest) .*realm="(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)".*$">
|
|
@@ -423,11 +469,22 @@
|
|
|
423
469
|
<description>Ignore generic 'config' realms</description>
|
|
424
470
|
<example>Digest realm="config", nonce="1155041914", algorithm="MD5", qop="auth"</example>
|
|
425
471
|
</fingerprint>
|
|
472
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="[iI]RMC(?:@(IRMC[0-9a-fA-F]{6}))?".*$">
|
|
473
|
+
<description>Fujitsu Siemens Primergy with BMC RemoteView on an iRMC card</description>
|
|
474
|
+
<example host.name="IRMCA0EC88">Digest realm="iRMC@IRMCA0EC88", qop="auth", nonce="d569ace4-00029040", opaque="29040", stale="FALSE"</example>
|
|
475
|
+
<param pos="0" name="service.vendor" value="Fujitsu Siemens"/>
|
|
476
|
+
<param pos="0" name="service.product" value="RemoteView"/>
|
|
477
|
+
<param pos="0" name="service.family" value="RemoteView"/>
|
|
478
|
+
<param pos="0" name="hw.vendor" value="Fujitsu Siemens"/>
|
|
479
|
+
<param pos="0" name="hw.family" value="Primergy"/>
|
|
480
|
+
<param pos="0" name="hw.product" value="Primergy"/>
|
|
481
|
+
<param pos="1" name="host.name"/>
|
|
482
|
+
</fingerprint>
|
|
426
483
|
<!--
|
|
427
484
|
Temporarily disable this version-less fingerprint because it overrode the
|
|
428
485
|
one in http_servers.xml (see NEX-1255).
|
|
429
486
|
|
|
430
|
-
<fingerprint pattern="^(?:Basic|Digest) realm
|
|
487
|
+
<fingerprint pattern="^(?:Basic|Digest) realm="Lyris ListManager: enter email address and password"$">
|
|
431
488
|
<description>Lyris ListManager</description>
|
|
432
489
|
<example>Basic realm="Lyris ListManager: enter email address and password"</example>
|
|
433
490
|
<param pos="0" name="service.vendor" value="Lyris"/>
|
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.3.
|
|
4
|
+
version: 2.3.2
|
|
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-05-
|
|
11
|
+
date: 2019-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|