recog 2.3.4 → 2.3.5
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 +14 -0
- data/xml/snmp_sysdescr.xml +63 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa45c67f4a225e53c7652e9175945a943b73245c9552e50dbe8ba0681ec07722
|
|
4
|
+
data.tar.gz: 80c8391cdb963c981cd3ebd170f2899a756811dbe1f92e4ac9542e2ed941e9c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb5fbebf168eb99e8d83ceb5e3793e9a708f44a452478b23016aaeaed6da7b30e696a508f87052654a4dea7a90549e6b23c6b3b73343d3a98f7025cdc3b28c24
|
|
7
|
+
data.tar.gz: a794f4f31c037afdbacf9bbbf0c137cc89e3ffa4a451d8ca75005b5f907d0ad282a98a8af0a73403be8ac574c1fd3054edf6f6a819655aac0b6728d7adb84a53
|
data/lib/recog/version.rb
CHANGED
data/xml/ftp_banners.xml
CHANGED
|
@@ -617,6 +617,20 @@ more text</example>
|
|
|
617
617
|
<param pos="0" name="hw.device" value="Multifunction Device"/>
|
|
618
618
|
<param pos="1" name="hw.product"/>
|
|
619
619
|
</fingerprint>
|
|
620
|
+
<fingerprint pattern="^Xerox WorkCentre ([A-Za-z0-9]+).*$" certainty="1.0">
|
|
621
|
+
<description>Xerox WorkCentre</description>
|
|
622
|
+
<example hw.product="6605DN">Xerox WorkCentre 6605DN</example>
|
|
623
|
+
<example hw.product="3615">Xerox WorkCentre 3615</example>
|
|
624
|
+
<example hw.product="6505DN">Xerox WorkCentre 6505DN</example>
|
|
625
|
+
<example hw.product="6505N">Xerox WorkCentre 6505N</example>
|
|
626
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
627
|
+
<param pos="0" name="os.family" value="WorkCentre"/>
|
|
628
|
+
<param pos="0" name="os.device" value="Printer"/>
|
|
629
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
630
|
+
<param pos="0" name="hw.family" value="WorkCentre"/>
|
|
631
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
632
|
+
<param pos="1" name="hw.product"/>
|
|
633
|
+
</fingerprint>
|
|
620
634
|
<fingerprint pattern="^Xerox Phaser (\S+)$" certainty="1.0">
|
|
621
635
|
<description>Xerox Phaser Laser Printer</description>
|
|
622
636
|
<example>Xerox Phaser 6130N</example>
|
data/xml/snmp_sysdescr.xml
CHANGED
|
@@ -6218,6 +6218,44 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6218
6218
|
<!--======================================================================
|
|
6219
6219
|
XEROX
|
|
6220
6220
|
=======================================================================-->
|
|
6221
|
+
<fingerprint pattern="^Xerox Phaser ([^;]+);\sOS\s(\d+\.\d+\.\d+\.\d+).*$" certainty="1.0">
|
|
6222
|
+
<description>Xerox Phaser 3000MFP Series </description>
|
|
6223
|
+
<example hw.product="3300MFP" os.version="1.50.00.17">Xerox Phaser 3300MFP; OS 1.50.00.17 05-07-2013, Engine 1.05.44, NIC V4.03.01(P3300MFP), PCL5e 6.08.01 11-10-2009, PCL6 5.98 09-23-2009, PS3 V2.19.06 12-15-2010, SPL 5.24 03-27-2006, PDF V1.00.32 02-25-2006, IBM/EPSON 5.22 09-24-2009</example>
|
|
6224
|
+
<example hw.product="3300MFP" os.version="1.50.00.14">Xerox Phaser 3300MFP; OS 1.50.00.14 07-16-2009, Engine 1.05.44, NIC V4.02.06(P3300MFP) 07-16-2009, PCL5e 5.93 03-19-2009, PCL6 5.94 05-11-2009, PS3 V1.99.06 04-09-2009, SPL 5.24 03-27-2006, PDF V1.00.32 02-25-2006, IBM/EPSON 5.20 02-03-2009</example>
|
|
6225
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6226
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6227
|
+
<param pos="0" name="os.family" value="Phaser"/>
|
|
6228
|
+
<param pos="0" name="hw.family" value="Phaser"/>
|
|
6229
|
+
<param pos="0" name="os.device" value="Printer"/>
|
|
6230
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6231
|
+
<param pos="1" name="hw.product"/>
|
|
6232
|
+
<param pos="2" name="os.version"/>
|
|
6233
|
+
</fingerprint>
|
|
6234
|
+
<fingerprint pattern="^Xerox WorkCentre ([^;]+);\s+SS\s+(\d+\.\d+\.\d+\.\d+).*$" certainty="1.0">
|
|
6235
|
+
<description>Xerox WorkCentre 3345/3335 Printers</description>
|
|
6236
|
+
<example hw.product="3335" os.version="60.004.00.000">Xerox WorkCentre 3335; SS 60.004.00.000, NC 4.00.50.73, UI V5.51.00.31.00_17030801, ME V0.00.39, CCOS 6.9.P</example>
|
|
6237
|
+
<example hw.product="3345" os.version="60.001.01.000">Xerox WorkCentre 3345; SS 60.001.01.000, NC 4.00.50.46, UI V5.51.00.29.00_16052717, ME V0.00.37, CCOS 6.9.P</example>
|
|
6238
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6239
|
+
<param pos="0" name="os.family" value="WorkCentre"/>
|
|
6240
|
+
<param pos="0" name="os.device" value="Printer"/>
|
|
6241
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6242
|
+
<param pos="0" name="hw.family" value="WorkCentre"/>
|
|
6243
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6244
|
+
<param pos="1" name="hw.product"/>
|
|
6245
|
+
<param pos="2" name="os.version"/>
|
|
6246
|
+
</fingerprint>
|
|
6247
|
+
<fingerprint pattern="^Xerox (B\d+) Multifunction Printer; SS\s+(\d+\.\d+\.\d+\.\d+).*$" certainty="1.0">
|
|
6248
|
+
<description>Xerox B series Multfunction Printer</description>
|
|
6249
|
+
<example hw.product="B1025" os.version="75.000.77.000">Xerox B1025 Multifunction Printer; SS 75.000.77.000, NC V4.00.50, UI V5.52.00.08.00_18032319, ME V0.00.25 03-20-2018, CCOS 6.9.P</example>
|
|
6250
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6251
|
+
<param pos="0" name="os.family" value="Multifunction"/>
|
|
6252
|
+
<param pos="0" name="os.device" value="Printer"/>
|
|
6253
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6254
|
+
<param pos="0" name="hw.family" value="Multifunction"/>
|
|
6255
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6256
|
+
<param pos="1" name="hw.product"/>
|
|
6257
|
+
<param pos="2" name="os.version"/>
|
|
6258
|
+
</fingerprint>
|
|
6221
6259
|
<fingerprint pattern="^Xerox (Phaser [^;]+).*[, ]OS ([^;,]+).*$" certainty="1.0">
|
|
6222
6260
|
<description>Xerox Phaser Laser Printer - OS variant</description>
|
|
6223
6261
|
<example>Xerox Phaser 5500DN;PS G02.10,Net 22.42.11.22.2004,Eng 11.42.00,OS 4.46;SN RET570148</example>
|
|
@@ -6231,6 +6269,9 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6231
6269
|
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6232
6270
|
<param pos="0" name="os.family" value="Phaser"/>
|
|
6233
6271
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6272
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6273
|
+
<param pos="0" name="hw.family" value="Phaser"/>
|
|
6274
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6234
6275
|
<param pos="1" name="os.product"/>
|
|
6235
6276
|
<param pos="2" name="os.version"/>
|
|
6236
6277
|
</fingerprint>
|
|
@@ -6240,6 +6281,9 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6240
6281
|
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6241
6282
|
<param pos="0" name="os.family" value="Phaser"/>
|
|
6242
6283
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6284
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6285
|
+
<param pos="0" name="hw.family" value="Phaser"/>
|
|
6286
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6243
6287
|
<param pos="1" name="os.product"/>
|
|
6244
6288
|
<param pos="2" name="os.version"/>
|
|
6245
6289
|
</fingerprint>
|
|
@@ -6251,6 +6295,9 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6251
6295
|
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6252
6296
|
<param pos="0" name="os.family" value="Phaser"/>
|
|
6253
6297
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6298
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6299
|
+
<param pos="0" name="hw.family" value="Phaser"/>
|
|
6300
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6254
6301
|
<param pos="1" name="os.product"/>
|
|
6255
6302
|
</fingerprint>
|
|
6256
6303
|
<fingerprint pattern="^Xerox Document Centre Multi-function System.*$">
|
|
@@ -6262,6 +6309,9 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6262
6309
|
<param pos="0" name="os.product" value="Document Centre"/>
|
|
6263
6310
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6264
6311
|
<param pos="0" name="snmp.fpmib.oid.1" value="1.3.6.1.2.1.25.6.3.1.2.2"/>
|
|
6312
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6313
|
+
<param pos="0" name="hw.family" value="Document Centre"/>
|
|
6314
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6265
6315
|
</fingerprint>
|
|
6266
6316
|
<fingerprint pattern="^Xerox DocuPrint (\S+) Network Laser Printer - (\S+)$" certainty="1.0">
|
|
6267
6317
|
<description>Xerox DocuPrint Laser Printer</description>
|
|
@@ -6284,6 +6334,9 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6284
6334
|
<param pos="0" name="os.family" value="WorkCentre Pro"/>
|
|
6285
6335
|
<param pos="0" name="os.product" value="WorkCentre Pro"/>
|
|
6286
6336
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6337
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6338
|
+
<param pos="0" name="hw.family" value="WorkCentre Pro"/>
|
|
6339
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6287
6340
|
</fingerprint>
|
|
6288
6341
|
<fingerprint pattern="^Xerox (WorkCentre [^\s;]+).*$" certainty="1.0">
|
|
6289
6342
|
<description>Xerox WorkCentre</description>
|
|
@@ -6293,6 +6346,9 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6293
6346
|
<param pos="0" name="os.family" value="WorkCentre"/>
|
|
6294
6347
|
<param pos="1" name="os.product"/>
|
|
6295
6348
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6349
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6350
|
+
<param pos="0" name="hw.family" value="WorkCentre"/>
|
|
6351
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6296
6352
|
</fingerprint>
|
|
6297
6353
|
<fingerprint pattern="^Xerox (\S+ [^\s;]+).*$" certainty="1.0">
|
|
6298
6354
|
<description>Xerox Default</description>
|
|
@@ -6300,16 +6356,20 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6300
6356
|
<example>Xerox DocuTech 6115; DocuSP CP.4205.90</example>
|
|
6301
6357
|
<example>Xerox DocuColor 250 with EFI Fiery Controller; SW1.1,Controller ROM1.231.15, IOT 8.26.0, FIN C16.25.0, IIT 11.56.1, IIT D12.3.2, ADF 11.8.0</example>
|
|
6302
6358
|
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6359
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6303
6360
|
<param pos="1" name="os.product"/>
|
|
6304
6361
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6362
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6305
6363
|
</fingerprint>
|
|
6306
6364
|
<fingerprint pattern="^XEROX (\d{4} WIDE FORMAT) PRINTER; ACCXES (\d+.\d+) \d+, IOT .*$" certainty="1.0">
|
|
6307
6365
|
<description>Xerox Wide Format Printer</description>
|
|
6308
6366
|
<example>XEROX 6204 WIDE FORMAT PRINTER; ACCXES 15.0 136, IOT 01.01.07</example>
|
|
6309
6367
|
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6368
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6310
6369
|
<param pos="0" name="os.family" value="Wide Format Printer"/>
|
|
6311
6370
|
<param pos="1" name="os.product"/>
|
|
6312
6371
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6372
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6313
6373
|
<param pos="2" name="os.version"/>
|
|
6314
6374
|
</fingerprint>
|
|
6315
6375
|
<fingerprint pattern="^XEROX (WIDE FORMAT \d{4}) PRINTER; ACCXES (\d+.\d+) \d+, IOT .*$" certainty="1.0">
|
|
@@ -6317,9 +6377,12 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6317
6377
|
<example>XEROX WIDE FORMAT 6605 PRINTER; ACCXES 14.0 142, IOT 01.01.04XXXXXX</example>
|
|
6318
6378
|
<example>XEROX WIDE FORMAT 6604 PRINTER; ACCXES 14.0 142, IOT 01.01.04XXXXXX</example>
|
|
6319
6379
|
<param pos="0" name="os.vendor" value="Xerox"/>
|
|
6380
|
+
<param pos="0" name="hw.vendor" value="Xerox"/>
|
|
6320
6381
|
<param pos="1" name="os.product"/>
|
|
6321
6382
|
<param pos="0" name="os.family" value="Wide Format Printer"/>
|
|
6383
|
+
<param pos="0" name="hw.family" value="Wide Format Printer"/>
|
|
6322
6384
|
<param pos="0" name="os.device" value="Printer"/>
|
|
6385
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
|
6323
6386
|
<param pos="2" name="os.version"/>
|
|
6324
6387
|
</fingerprint>
|
|
6325
6388
|
<!--======================================================================
|
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.5
|
|
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-10-
|
|
11
|
+
date: 2019-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|