recog 2.1.38 → 2.1.39
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/ftp_banners.xml +73 -26
- data/xml/http_servers.xml +3 -3
- data/xml/http_wwwauth.xml +3 -3
- data/xml/mysql_banners.xml +2 -2
- data/xml/sip_user_agents.xml +18 -0
- data/xml/snmp_sysdescr.xml +1 -1
- data/xml/telnet_banners.xml +1 -1
- data/xml/upnp_banners.xml +4 -0
- 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: 5e17c7d1d1caa24d91f05d1f4946ff4ca9a301b8
|
|
4
|
+
data.tar.gz: 7a26baa5f8983d28c3ffcead5b7cc04ad5a773ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02b5816f77d7f1e35dead948071977c0991b78ff1a6984cb296f08cd76c15f72baedcc950d1d59540ebb367652569c4a0da6f491ec6bf9f3099b7697338a0d5f
|
|
7
|
+
data.tar.gz: ba482452db5b315a064bc869d41488b2c58603e1af8920d295c9cf76b09919d967de6faadfe291d01e27bdb437720bd60e1220fb405c6cdb150c0d2f1d752354
|
data/lib/recog/version.rb
CHANGED
data/xml/ftp_banners.xml
CHANGED
|
@@ -201,6 +201,30 @@ example.com FTP server (Version: Mac OS X Server) ready.</example>
|
|
|
201
201
|
<param pos="2" name="os.product"/>
|
|
202
202
|
<param pos="3" name="host.name"/>
|
|
203
203
|
</fingerprint>
|
|
204
|
+
<fingerprint pattern="^ProFTPD (\d+\.[^\s]+) Server \(NETGEAR ReadyNAS\) \[(.+)\]$">
|
|
205
|
+
<description>ProFTPD on a Netgear ReadyNAS with a version and IP</description>
|
|
206
|
+
<example service.version="1.3.3g" host.ip="192.168.1.10">ProFTPD 1.3.3g Server (NETGEAR ReadyNAS) [192.168.1.10]</example>
|
|
207
|
+
<param pos="0" name="service.family" value="ProFTPD"/>
|
|
208
|
+
<param pos="0" name="service.vendor" value="ProFTPD Project"/>
|
|
209
|
+
<param pos="0" name="service.product" value="ProFTPD"/>
|
|
210
|
+
<param pos="1" name="service.version"/>
|
|
211
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:proftpd:proftpd:{service.version}"/>
|
|
212
|
+
<param pos="0" name="hw.vendor" value="Netgear"/>
|
|
213
|
+
<param pos="0" name="hw.device" value="NAS"/>
|
|
214
|
+
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
|
215
|
+
<param pos="2" name="host.ip"/>
|
|
216
|
+
</fingerprint>
|
|
217
|
+
<fingerprint pattern="^ProFTPD Server \(NETGEAR ReadyNAS\) \[(.+)\]$">
|
|
218
|
+
<description>ProFTPD on a Netgear ReadyNAS with a hostname</description>
|
|
219
|
+
<example host.name="test">ProFTPD Server (NETGEAR ReadyNAS) [test]</example>
|
|
220
|
+
<param pos="0" name="service.family" value="ProFTPD"/>
|
|
221
|
+
<param pos="0" name="service.vendor" value="ProFTPD Project"/>
|
|
222
|
+
<param pos="0" name="service.product" value="ProFTPD"/>
|
|
223
|
+
<param pos="0" name="hw.vendor" value="Netgear"/>
|
|
224
|
+
<param pos="0" name="hw.device" value="NAS"/>
|
|
225
|
+
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
|
226
|
+
<param pos="1" name="host.name"/>
|
|
227
|
+
</fingerprint>
|
|
204
228
|
<fingerprint pattern="^ProFTPD (\d+\.[^\s]+) Server \(Linksys(.*)\) \[(.+)\]$">
|
|
205
229
|
<description>ProFTPD on a wired Linksys device</description>
|
|
206
230
|
<param pos="0" name="service.family" value="ProFTPD"/>
|
|
@@ -235,9 +259,10 @@ example.com FTP server (Version: Mac OS X Server) ready.</example>
|
|
|
235
259
|
<param pos="1" name="service.version"/>
|
|
236
260
|
<param pos="0" name="service.cpe23" value="cpe:/a:proftpd:proftpd:{service.version}"/>
|
|
237
261
|
</fingerprint>
|
|
238
|
-
<fingerprint pattern="^ProFTPD FTP Server ready\.$">
|
|
262
|
+
<fingerprint pattern="^ProFTPD (?:FTP )?Server ready\.$">
|
|
239
263
|
<description>ProFTPD with no version info</description>
|
|
240
264
|
<example>ProFTPD FTP Server ready.</example>
|
|
265
|
+
<example>ProFTPD Server ready.</example>
|
|
241
266
|
<param pos="0" name="service.family" value="ProFTPD"/>
|
|
242
267
|
<param pos="0" name="service.vendor" value="ProFTPD Project"/>
|
|
243
268
|
<param pos="0" name="service.product" value="ProFTPD"/>
|
|
@@ -282,11 +307,13 @@ more stuff</example>
|
|
|
282
307
|
<param pos="0" name="service.product" value="Pure-FTPd"/>
|
|
283
308
|
<param pos="1" name="service.version"/>
|
|
284
309
|
</fingerprint>
|
|
285
|
-
<fingerprint pattern="^-{9,10}
|
|
310
|
+
<fingerprint pattern="^-{9,10}(?:.*)\s+Pure-FTPd\s+(.*)-{9,10}">
|
|
286
311
|
<description>Pure-FTPd versions >= 1.0.14
|
|
287
312
|
Config data can be zero or more of: [privsep] [TLS]
|
|
288
313
|
</description>
|
|
289
314
|
<example>---------- Welcome to Pure-FTPd ----------</example>
|
|
315
|
+
<example>--------- Bienvenido a Pure-FTPd [privsep] [TLS] ----------</example>
|
|
316
|
+
<example>--------- Pure-FTPd [privsep] ----------</example>
|
|
290
317
|
<example>--------- Welcome to Pure-FTPd [privsep] [TLS] ----------</example>
|
|
291
318
|
<example>--------- Welcome to Pure-FTPd [privsep] [TLS] ----------
|
|
292
319
|
more text</example>
|
|
@@ -294,6 +321,13 @@ more text</example>
|
|
|
294
321
|
<param pos="0" name="service.family" value="Pure-FTPd"/>
|
|
295
322
|
<param pos="0" name="service.product" value="Pure-FTPd"/>
|
|
296
323
|
</fingerprint>
|
|
324
|
+
<fingerprint pattern="^(?:Welcome to )?Pure-FTPd\.?$">
|
|
325
|
+
<description>Basic Pure-FTPd banner, no version</description>
|
|
326
|
+
<example>Welcome to Pure-FTPd</example>
|
|
327
|
+
<example>Pure-FTPd.</example>
|
|
328
|
+
<param pos="0" name="service.family" value="Pure-FTPd"/>
|
|
329
|
+
<param pos="0" name="service.product" value="Pure-FTPd"/>
|
|
330
|
+
</fingerprint>
|
|
297
331
|
<fingerprint pattern="^=\(.\*.\)=-\.:\. \(\( Welcome to PureFTPd (\d+\..+) \)\) \.:\.-=\(.\*.\)=-" flags="REG_MULTILINE">
|
|
298
332
|
<description>Older Pure-FTPd versions</description>
|
|
299
333
|
<example service.version="1.1.0">=(<*>)=-.:. (( Welcome to PureFTPd 1.1.0 )) .:.-=(<*>)=-</example>
|
|
@@ -511,40 +545,49 @@ more text</example>
|
|
|
511
545
|
<param pos="1" name="os.product"/>
|
|
512
546
|
<param pos="0" name="os.device" value="Storage"/>
|
|
513
547
|
</fingerprint>
|
|
514
|
-
<fingerprint pattern="^AXIS (\S+)
|
|
548
|
+
<fingerprint pattern="(?i)^AXIS (\S+) .* Camera(?:\s+version)?\s+(\S+) .*">
|
|
515
549
|
<description>Axis Network Camera</description>
|
|
516
|
-
<example
|
|
517
|
-
<example
|
|
518
|
-
<example
|
|
519
|
-
<example
|
|
520
|
-
<
|
|
521
|
-
<
|
|
522
|
-
<param pos="
|
|
523
|
-
<param pos="
|
|
550
|
+
<example hw.product="2100" hw.version="2.43">Axis 2100 Network Camera 2.43 Nov 04 2008 ready.</example>
|
|
551
|
+
<example hw.product="216FD" hw.version="4.47">AXIS 216FD Network Fixed Dome Camera 4.47 (Mar 13 2008) ready.</example>
|
|
552
|
+
<example hw.product="214" hw.version="4.49">AXIS 214 PTZ Network Camera 4.49 (Oct 05 2009) ready</example>
|
|
553
|
+
<example hw.product="205" hw.version="4.05">AXIS 205 Network Camera version 4.05 (Sep 27 2004) ready.</example>
|
|
554
|
+
<example hw.product="233D" hw.version="4.48.4">AXIS 233D Network Dome Camera 4.48.4 (Mar 23 2010) ready.</example>
|
|
555
|
+
<example hw.product="P1346" hw.version="5.50beta3">AXIS P1346 Network Camera 5.50beta3 (2014) ready</example>
|
|
556
|
+
<param pos="0" name="hw.vendor" value="Axis"/>
|
|
557
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
558
|
+
<param pos="1" name="hw.product"/>
|
|
559
|
+
<param pos="2" name="hw.version"/>
|
|
524
560
|
</fingerprint>
|
|
525
|
-
<fingerprint pattern="^AXIS (\S+) Video (?:Encoder Blade|Server|Decoder) (
|
|
526
|
-
<description>Axis Video encoders/servers</description>
|
|
561
|
+
<fingerprint pattern="(?i)^AXIS (\S+) (?:(?:Mk II )?Video|IO Audio) (?:Encoder|Encoder Blade|Module|Server|Decoder) (\S+) .*">
|
|
562
|
+
<description>Axis Audio/Video encoders/servers</description>
|
|
527
563
|
<example hw.product="Q7406">AXIS Q7406 Video Encoder Blade 5.01 (Aug 01 2008) ready.</example>
|
|
528
|
-
<example
|
|
529
|
-
<example
|
|
564
|
+
<example hw.product="241Q">AXIS 241Q Video Server 4.47.2 (Dec 11 2008) ready.</example>
|
|
565
|
+
<example hw.version="5.07.2">AXIS P7701 Video Decoder 5.07.2 (Apr 20 2010) ready.</example>
|
|
566
|
+
<example hw.product="Q7401" hw.version="5.01">AXIS Q7401 Video Encoder 5.01 (Aug 01 2008) ready.</example>
|
|
567
|
+
<example hw.product="Q7401" hw.version="5.50.2_cst_412205_1">AXIS Q7401 Video Encoder 5.50.2_cst_412205_1 (2013)</example>
|
|
568
|
+
<example hw.product="Q7424-R" hw.version="5.51.3.1">AXIS Q7424-R Mk II Video Encoder 5.51.3.1 (2016) ready.</example>
|
|
569
|
+
<example hw.product="P8221" hw.version="5.10.2">AXIS P8221 IO Audio Module 5.10.2 (Nov 07 2011) ready.</example>
|
|
530
570
|
<param pos="0" name="hw.vendor" value="Axis"/>
|
|
531
571
|
<param pos="1" name="hw.product"/>
|
|
532
|
-
<param pos="
|
|
533
|
-
|
|
534
|
-
|
|
572
|
+
<param pos="2" name="hw.version"/>
|
|
573
|
+
</fingerprint>
|
|
574
|
+
<fingerprint pattern="(?i)^AXIS (\S+) Network Door Controller (\S+) .* ready\.?$">
|
|
575
|
+
<description>Axis Door Controllers</description>
|
|
576
|
+
<example hw.product="A1001" hw.version="1.65.1.1">AXIS A1001 Network Door Controller 1.65.1.1 (2018) ready.</example>
|
|
577
|
+
<param pos="0" name="hw.vendor" value="Axis"/>
|
|
578
|
+
<param pos="0" name="hw.device" value="Building Automation"/>
|
|
579
|
+
<param pos="1" name="hw.product"/>
|
|
580
|
+
<param pos="2" name="hw.version"/>
|
|
535
581
|
</fingerprint>
|
|
536
582
|
<fingerprint pattern="^AXIS (\S+) .*FTP Network Print Server V?([\d\.]+\S+) .* ready\.?$" flags="REG_ICASE">
|
|
537
583
|
<description>Axis print servers</description>
|
|
538
584
|
<example hw.product="5600+">AXIS 5600+ (rev 3) FTP Network Print Server V7.00 Sep 10 2004 ready.</example>
|
|
539
|
-
<example
|
|
540
|
-
<example
|
|
585
|
+
<example hw.product="560">AXIS 560 FTP Network Print Server V6.00 Jul 7 1999 ready.</example>
|
|
586
|
+
<example hw.version="6.30.beta2">AXIS 5470e FTP Network Print Server V6.30.beta2 Sep 25 2002 ready.</example>
|
|
541
587
|
<param pos="0" name="hw.vendor" value="Axis"/>
|
|
542
588
|
<param pos="0" name="hw.device" value="Print server"/>
|
|
543
589
|
<param pos="1" name="hw.product"/>
|
|
544
|
-
<param pos="
|
|
545
|
-
<param pos="0" name="os.device" value="Print server"/>
|
|
546
|
-
<param pos="1" name="os.product"/>
|
|
547
|
-
<param pos="2" name="os.version"/>
|
|
590
|
+
<param pos="2" name="hw.version"/>
|
|
548
591
|
</fingerprint>
|
|
549
592
|
<fingerprint pattern="^RICOH Aficio ((?:[MS]P )?\S+) FTP server \(([0-9\.a-zA-Z]+)\) ready.?$" flags="REG_ICASE">
|
|
550
593
|
<description>Ricoh Aficio multifunction device</description>
|
|
@@ -1189,10 +1232,11 @@ more text</example>
|
|
|
1189
1232
|
<param pos="0" name="service.cpe23" value="cpe:/a:bftpd_project:bftpd:{service.version}"/>
|
|
1190
1233
|
<param pos="2" name="host.ip"/>
|
|
1191
1234
|
</fingerprint>
|
|
1192
|
-
<fingerprint pattern="^NASFTPD Turbo station (?:2.x )?([\w.]+) Server \(ProFTPD\) \[([[a-f\d].:]+)\]
|
|
1235
|
+
<fingerprint pattern="^NASFTPD Turbo station (?:2.x )?([\w.]+) Server \(ProFTPD\)(?: \[([[a-f\d].:]+)\])?$">
|
|
1193
1236
|
<description>ProFTPD on QNAP Turbo Station NAS</description>
|
|
1194
1237
|
<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>
|
|
1195
1238
|
<example service.version="1.3.1rc2" host.ip="192.168.1.100">NASFTPD Turbo station 2.x 1.3.1rc2 Server (ProFTPD) [192.168.1.100]</example>
|
|
1239
|
+
<example service.version="1.3.5a">NASFTPD Turbo station 1.3.5a Server (ProFTPD)</example>
|
|
1196
1240
|
<param pos="0" name="service.family" value="ProFTPD"/>
|
|
1197
1241
|
<param pos="0" name="service.vendor" value="ProFTPD Project"/>
|
|
1198
1242
|
<param pos="0" name="service.product" value="ProFTPD"/>
|
|
@@ -1323,11 +1367,14 @@ more text</example>
|
|
|
1323
1367
|
<param pos="1" name="host.name"/>
|
|
1324
1368
|
<param pos="2" name="service.version"/>
|
|
1325
1369
|
</fingerprint>
|
|
1326
|
-
<fingerprint pattern="^FTP (?:server|service)?(?: is)? ready
|
|
1370
|
+
<fingerprint pattern="(?i)^(?:FTP[\- ])?(?:server|service)?(?:(?: is)? ready)?\.?$">
|
|
1327
1371
|
<description>Generic FTP fingerprint without a hostname</description>
|
|
1328
1372
|
<example>FTP server is ready.</example>
|
|
1329
1373
|
<example>FTP Server ready.</example>
|
|
1330
1374
|
<example>FTP Server Ready</example>
|
|
1375
|
+
<example>Server Ready</example>
|
|
1376
|
+
<example>FTP-Server</example>
|
|
1377
|
+
<example>FTP Server</example>
|
|
1331
1378
|
<example>FTP service ready.</example>
|
|
1332
1379
|
</fingerprint>
|
|
1333
1380
|
<fingerprint pattern="^Welcom to ProRat Ftp Server$">
|
data/xml/http_servers.xml
CHANGED
|
@@ -738,13 +738,13 @@
|
|
|
738
738
|
<example>ReeCam IP Camera</example>
|
|
739
739
|
<param pos="0" name="hw.vendor" value="Shenzhen Reecam Tech. Ltd."/>
|
|
740
740
|
<param pos="0" name="hw.product" value="ReeCam"/>
|
|
741
|
-
<param pos="0" name="hw.device" value="
|
|
741
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
742
742
|
</fingerprint>
|
|
743
743
|
<fingerprint pattern="^Netwave IP Camera$">
|
|
744
744
|
<description>Netwave cameras</description>
|
|
745
745
|
<example>Netwave IP Camera</example>
|
|
746
746
|
<param pos="0" name="hw.vendor" value="Netwave"/>
|
|
747
|
-
<param pos="0" name="hw.device" value="
|
|
747
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
748
748
|
</fingerprint>
|
|
749
749
|
<fingerprint pattern="^Cougar/([0-9.]*)$">
|
|
750
750
|
<description>Windows Media Services (older versions)</description>
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
<example>camera</example>
|
|
784
784
|
<example>IPCamera Login</example>
|
|
785
785
|
<example>Mini Dome IP Camera</example>
|
|
786
|
-
<param pos="0" name="hw.device" value="
|
|
786
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
787
787
|
</fingerprint>
|
|
788
788
|
<fingerprint pattern="^ASP.NET$">
|
|
789
789
|
<description>Something written in ASP.NET</description>
|
data/xml/http_wwwauth.xml
CHANGED
|
@@ -131,14 +131,14 @@
|
|
|
131
131
|
<example>Basic realm="camera"</example>
|
|
132
132
|
<example>Basic realm="IPCamera Login"</example>
|
|
133
133
|
<example>Basic realm="Mini Dome IP Camera"</example>
|
|
134
|
-
<param pos="0" name="hw.device" value="
|
|
134
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
135
135
|
</fingerprint>
|
|
136
136
|
<fingerprint pattern="^(?:Basic|Digest) realm="(DCS-[^"]+)".*$">
|
|
137
137
|
<description>D-Link DCS IP Cameras</description>
|
|
138
138
|
<example hw.product="DCS-5222LB1">Basic realm="DCS-5222LB1"</example>
|
|
139
139
|
<example hw.product="DCS-2530L">Basic realm="DCS-2530L"</example>
|
|
140
140
|
<param pos="0" name="hw.vendor" value="D-Link"/>
|
|
141
|
-
<param pos="0" name="hw.device" value="
|
|
141
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
142
142
|
<param pos="1" name="hw.product"/>
|
|
143
143
|
</fingerprint>
|
|
144
144
|
<fingerprint pattern="^(?:Basic|Digest) realm="GoAhead".*$">
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
<description>TP-LINK IP-Cameras</description>
|
|
289
289
|
<example>Basic realm="TP-LINK IP-Camera"</example>
|
|
290
290
|
<param pos="0" name="hw.vendor" value="TP-Link"/>
|
|
291
|
-
<param pos="0" name="hw.device" value="
|
|
291
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
292
292
|
</fingerprint>
|
|
293
293
|
<fingerprint pattern="(?i)^(?:Basic|Digest) .*realm="Broadcom Management Service".*$">
|
|
294
294
|
<description>Supposedly part of Broadcom Advanced Control Suite 3 (BACS3) or something similar</description>
|
data/xml/mysql_banners.xml
CHANGED
|
@@ -1204,10 +1204,10 @@
|
|
|
1204
1204
|
<param pos="0" name="os.vendor" value="Debian"/>
|
|
1205
1205
|
<param pos="0" name="os.family" value="Linux"/>
|
|
1206
1206
|
<param pos="0" name="os.product" value="Linux"/>
|
|
1207
|
-
<param pos="0" name="os.device" value="
|
|
1207
|
+
<param pos="0" name="os.device" value="NAS"/>
|
|
1208
1208
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
|
1209
1209
|
<param pos="0" name="hw.vendor" value="Netgear"/>
|
|
1210
|
-
<param pos="0" name="hw.device" value="
|
|
1210
|
+
<param pos="0" name="hw.device" value="NAS"/>
|
|
1211
1211
|
<param pos="0" name="hw.family" value="ReadyNAS"/>
|
|
1212
1212
|
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
|
1213
1213
|
</fingerprint>
|
data/xml/sip_user_agents.xml
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
<!--
|
|
4
4
|
SIP User Agent header values are matched against these patterns to fingerprint SIP devices.
|
|
5
5
|
-->
|
|
6
|
+
<!-- Axis devices -->
|
|
7
|
+
<fingerprint pattern="(?i)^AXIS (\S+) Network Video Door Station$">
|
|
8
|
+
<description>Axis Network Video Door stations, which have voice</description>
|
|
9
|
+
<example hw.product="A8105-E">AXIS A8105-E Network Video Door Station</example>
|
|
10
|
+
<param pos="0" name="hw.vendor" value="Axis"/>
|
|
11
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
12
|
+
<param pos="0" name="hw.family" value="Network Video Door Station"/>
|
|
13
|
+
<param pos="1" name="hw.product"/>
|
|
14
|
+
</fingerprint>
|
|
15
|
+
<fingerprint pattern="(?i)^AXIS (\S+) Network (?:Audio Bridge|(?:Cabinet|Horn) Speaker)$">
|
|
16
|
+
<description>Axis Network audio devices</description>
|
|
17
|
+
<example hw.product="C3003-E">AXIS C3003-E Network Horn Speaker</example>
|
|
18
|
+
<example hw.product="C8033">AXIS C8033 Network Audio Bridge</example>
|
|
19
|
+
<example hw.product="C1004-E">AXIS C1004-E Network Cabinet Speaker</example>
|
|
20
|
+
<param pos="0" name="hw.vendor" value="Axis"/>
|
|
21
|
+
<param pos="0" name="hw.family" value="Network Audio"/>
|
|
22
|
+
<param pos="1" name="hw.product"/>
|
|
23
|
+
</fingerprint>
|
|
6
24
|
<!-- Cisco Devices -->
|
|
7
25
|
<fingerprint pattern="^Cisco-SIPGateway/IOS-([\d\.x]+)$">
|
|
8
26
|
<description>Cisco SIPGateway</description>
|
data/xml/snmp_sysdescr.xml
CHANGED
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
<description>Canon Camera</description>
|
|
1186
1186
|
<example>Canon Network Camera VB-C60</example>
|
|
1187
1187
|
<param pos="0" name="os.vendor" value="Canon"/>
|
|
1188
|
-
<param pos="0" name="os.device" value="
|
|
1188
|
+
<param pos="0" name="os.device" value="Web cam"/>
|
|
1189
1189
|
<param pos="1" name="os.product"/>
|
|
1190
1190
|
</fingerprint>
|
|
1191
1191
|
<fingerprint pattern="^Canon Network .* Board-(\S+)$">
|
data/xml/telnet_banners.xml
CHANGED
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
</example>
|
|
447
447
|
<param pos="0" name="hw.vendor" value="Grandstream"/>
|
|
448
448
|
<param pos="0" name="hw.family" value="GXV"/>
|
|
449
|
-
<param pos="0" name="hw.device" value="
|
|
449
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
|
450
450
|
<param pos="1" name="hw.product"/>
|
|
451
451
|
</fingerprint>
|
|
452
452
|
<fingerprint pattern="^(?:\r|\n)*Welcome to Polycom RMX\s*(\w+) \(COP\) Console Utility(?:\r|\n)+Copyright \(C\) \d\d\d\d-\d\d\d\d POLYCOM(?:\r|\n)+Password:\s*$">
|
data/xml/upnp_banners.xml
CHANGED
|
@@ -413,6 +413,10 @@
|
|
|
413
413
|
<param pos="0" name="os.product" value="Linux"/>
|
|
414
414
|
<param pos="1" name="os.version"/>
|
|
415
415
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
|
416
|
+
<param pos="0" name="hw.vendor" value="Netgear"/>
|
|
417
|
+
<param pos="0" name="hw.device" value="NAS"/>
|
|
418
|
+
<param pos="0" name="hw.family" value="ReadyNAS"/>
|
|
419
|
+
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
|
416
420
|
</fingerprint>
|
|
417
421
|
<fingerprint pattern="^Linux/(\S+), UPnP/\S+, Free UPnP Entertainment Service/$">
|
|
418
422
|
<description>Free UPnP Entertainment Service UPnP Server</description>
|
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.39
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-12-
|
|
11
|
+
date: 2018-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|