recog 2.1.10 → 2.1.11
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 +22 -3
- data/xml/ntp_banners.xml +290 -23
- data/xml/operating_system.xml +31 -3
- data/xml/snmp_sysdescr.xml +106 -21
- 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: fc13eb8b58d006c42f2eee40698d8e6e319abaa1
|
|
4
|
+
data.tar.gz: 70858ca807f4c8b210c395b909d425b5c3891807
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3e2041b194bac618bdbf277ac9294e043dd2718c62948793c05ac818590c692f46e9dcfb4626056ae24fe19ffb0023a5de55227e54d114eb5f601799e1d84e0
|
|
7
|
+
data.tar.gz: 67b4e1322173eeab04e3d1d3a907fea64e0a3e3bbb66abbe80e8308cfb6a9bb050253d9320a57ce7fd5d3f25a685addc72b9dc77694b13e04d28cfa9367087b5
|
data/lib/recog/version.rb
CHANGED
data/xml/ftp_banners.xml
CHANGED
|
@@ -129,15 +129,34 @@ example.com FTP server (Version: Mac OS X Server) ready.</example>
|
|
|
129
129
|
<param pos="2" name="service.version"/>
|
|
130
130
|
<param pos="1" name="host.name"/>
|
|
131
131
|
</fingerprint>
|
|
132
|
-
<fingerprint pattern="^(\S+) FTP Server \(SunOS (
|
|
132
|
+
<fingerprint pattern="^(\S+) FTP Server \(SunOS 5.(1[1-9])\) ready\.?$" flags="REG_ICASE">
|
|
133
133
|
<description>SunOS/Solaris</description>
|
|
134
|
-
<example>example.com FTP server (SunOS 5.
|
|
135
|
-
<param pos="0" name="os.vendor" value="
|
|
134
|
+
<example host.name="example.com" os.version="11">example.com FTP server (SunOS 5.11) ready.</example>
|
|
135
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
136
136
|
<param pos="0" name="os.family" value="Solaris"/>
|
|
137
137
|
<param pos="0" name="os.product" value="Solaris"/>
|
|
138
138
|
<param pos="1" name="host.name"/>
|
|
139
139
|
<param pos="2" name="os.version"/>
|
|
140
140
|
</fingerprint>
|
|
141
|
+
<fingerprint pattern="^(\S+) FTP Server \(SunOS 5.([789]|10)\) ready\.?$" flags="REG_ICASE">
|
|
142
|
+
<description>SunOS/Solaris 5.7-5.10</description>
|
|
143
|
+
<example host.name="example.com" os.version="7">example.com FTP server (SunOS 5.7) ready.</example>
|
|
144
|
+
<example host.name="example.com" os.version="10">example.com FTP server (SunOS 5.10) ready.</example>
|
|
145
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
146
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
147
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
148
|
+
<param pos="1" name="host.name"/>
|
|
149
|
+
<param pos="2" name="os.version"/>
|
|
150
|
+
</fingerprint>
|
|
151
|
+
<fingerprint pattern="^(\S+) FTP Server \(SunOS 5.6\) ready\." flags="REG_ICASE">
|
|
152
|
+
<description>SunOS 5.6 (Solaris 2.6)</description>
|
|
153
|
+
<example host.name="example.com">example.com FTP Server (SunOS 5.6) ready.</example>
|
|
154
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
155
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
156
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
157
|
+
<param pos="0" name="os.version" value="2.6"/>
|
|
158
|
+
<param pos="1" name="host.name"/>
|
|
159
|
+
</fingerprint>
|
|
141
160
|
<fingerprint pattern="^ProFTPD (\d+\.[^\s]+) Server \(Debian\) \[(.+)\]$">
|
|
142
161
|
<description>ProFTPD on Debian Linux</description>
|
|
143
162
|
<example>ProFTPD 1.3.0rc2 Server (Debian) [host]</example>
|
data/xml/ntp_banners.xml
CHANGED
|
@@ -419,50 +419,317 @@ NTP "banners", taken from a readvar response
|
|
|
419
419
|
<param pos="0" name="os.family" value="NetWare"/>
|
|
420
420
|
<param pos="0" name="os.product" value="NetWare"/>
|
|
421
421
|
</fingerprint>
|
|
422
|
-
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?
|
|
423
|
-
<description>ntpd running on Solaris</description>
|
|
424
|
-
<example>
|
|
422
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.0"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
423
|
+
<description>ntpd running on Solaris 2.0 (SunOS/5.0) </description>
|
|
424
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
425
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
426
|
+
processor="sun4u", system="SunOS/5.0", leap=00, stratum=2,
|
|
427
|
+
</example>
|
|
428
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
425
429
|
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
426
|
-
processor="sun4u",
|
|
430
|
+
processor="sun4u",system="SunOS5.0", leap=00,stratum=2,
|
|
427
431
|
</example>
|
|
428
432
|
<param pos="0" name="os.vendor" value="Sun"/>
|
|
429
433
|
<param pos="0" name="os.family" value="Solaris"/>
|
|
430
434
|
<param pos="0" name="os.product" value="Solaris"/>
|
|
431
435
|
<param pos="0" name="service.family" value="NTP"/>
|
|
432
436
|
<param pos="0" name="service.product" value="NTP"/>
|
|
437
|
+
<param pos="0" name="os.version" value="2.0"/>
|
|
433
438
|
<param pos="1" name="service.version"/>
|
|
434
439
|
<param pos="2" name="os.arch"/>
|
|
435
|
-
<param pos="3" name="os.version"/>
|
|
436
440
|
</fingerprint>
|
|
437
|
-
<fingerprint pattern="^.*
|
|
438
|
-
<description>Solaris
|
|
439
|
-
<example>
|
|
440
|
-
|
|
441
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.1"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
442
|
+
<description> ntpd running on Solaris 2.1 (SunOS/5.1) </description>
|
|
443
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
444
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
445
|
+
processor="sun4u", system="SunOS/5.1", leap=00, stratum=2,
|
|
441
446
|
</example>
|
|
442
|
-
<example>
|
|
443
|
-
|
|
447
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
448
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
449
|
+
processor="sun4u", system="SunOS5.1", leap=00,stratum=2,
|
|
444
450
|
</example>
|
|
445
|
-
<
|
|
446
|
-
|
|
451
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
452
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
453
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
454
|
+
<param pos="0" name="service.family" value="NTP"/>
|
|
455
|
+
<param pos="0" name="service.product" value="NTP"/>
|
|
456
|
+
<param pos="0" name="os.version" value="2.1"/>
|
|
457
|
+
<param pos="1" name="service.version"/>
|
|
458
|
+
<param pos="2" name="os.arch"/>
|
|
459
|
+
</fingerprint>
|
|
460
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.2"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
461
|
+
<description> ntpd running on Solaris 2.2 (SunOS/5.2) </description>
|
|
462
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
463
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
464
|
+
processor="sun4u", system="SunOS/5.2", leap=00, stratum=2,
|
|
447
465
|
</example>
|
|
448
|
-
<example>
|
|
449
|
-
|
|
466
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
467
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
468
|
+
processor="sun4u", system="SunOS5.2", leap=00, stratum=2,
|
|
450
469
|
</example>
|
|
451
|
-
<
|
|
452
|
-
|
|
470
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
471
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
472
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
473
|
+
<param pos="0" name="service.family" value="NTP"/>
|
|
474
|
+
<param pos="0" name="service.product" value="NTP"/>
|
|
475
|
+
<param pos="0" name="os.version" value="2.2"/>
|
|
476
|
+
<param pos="1" name="service.version"/>
|
|
477
|
+
<param pos="2" name="os.arch"/>
|
|
478
|
+
</fingerprint>
|
|
479
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.3"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
480
|
+
<description> ntpd running on Solaris 2.3 (SunOS/5.3) </description>
|
|
481
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
482
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
483
|
+
processor="sun4u", system="SunOS/5.3", leap=00, stratum=2,
|
|
453
484
|
</example>
|
|
454
|
-
<example>
|
|
455
|
-
|
|
485
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
486
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
487
|
+
processor="sun4u", system="SunOS5.3", leap=00, stratum=2,
|
|
456
488
|
</example>
|
|
457
|
-
<
|
|
458
|
-
|
|
489
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
490
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
491
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
492
|
+
<param pos="0" name="service.family" value="NTP"/>
|
|
493
|
+
<param pos="0" name="service.product" value="NTP"/>
|
|
494
|
+
<param pos="0" name="os.version" value="2.3"/>
|
|
495
|
+
<param pos="1" name="service.version"/>
|
|
496
|
+
<param pos="2" name="os.arch"/>
|
|
497
|
+
</fingerprint>
|
|
498
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.4"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
499
|
+
<description>ntpd running on Solaris 2.4 (SunOS/5.4) </description>
|
|
500
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
501
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
502
|
+
processor="sun4u", system="SunOS/5.4", leap=00, stratum=2,
|
|
503
|
+
</example>
|
|
504
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
505
|
+
version="ntpd 4.2.0@1.1161-r WEd Apr 20 11:28:05 EDT 2005 (1)",
|
|
506
|
+
processor="sun4u", system="SunOS5.4", leap=00, stratum=2,
|
|
459
507
|
</example>
|
|
460
508
|
<param pos="0" name="os.vendor" value="Sun"/>
|
|
461
509
|
<param pos="0" name="os.family" value="Solaris"/>
|
|
462
510
|
<param pos="0" name="os.product" value="Solaris"/>
|
|
463
|
-
<param pos="
|
|
464
|
-
<param pos="
|
|
511
|
+
<param pos="0" name="service.family" value="NTP"/>
|
|
512
|
+
<param pos="0" name="service.product" value="NTP"/>
|
|
513
|
+
<param pos="0" name="os.version" value="2.4"/>
|
|
514
|
+
<param pos="1" name="service.version"/>
|
|
515
|
+
<param pos="2" name="os.arch"/>
|
|
516
|
+
</fingerprint>
|
|
517
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.5"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
518
|
+
<description>ntpd running on Solaris 2.5 (SunOS/5.5) </description>
|
|
519
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
520
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
521
|
+
processor="sun4u", system="SunOS/5.5", leap=00, stratum=2,
|
|
522
|
+
</example>
|
|
523
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
524
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDt 2005 (1)",
|
|
525
|
+
processor="sun4u", system="SunOS5.5", leap=00, stratum=2,
|
|
526
|
+
</example>
|
|
527
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
528
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
529
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
530
|
+
<param pos="0" name="service.family" value="NTP"/>
|
|
531
|
+
<param pos="0" name="service.product" value="NTP"/>
|
|
532
|
+
<param pos="0" name="os.version" value="2.5"/>
|
|
533
|
+
<param pos="1" name="service.version"/>
|
|
534
|
+
<param pos="2" name="os.arch"/>
|
|
535
|
+
</fingerprint>
|
|
536
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.6"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
537
|
+
<description>ntpd running on Solaris 2.6 (SunOS/5.6) </description>
|
|
538
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
539
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
540
|
+
processor="sun4u", system="SunOS/5.6", leap=00, stratum=2,
|
|
541
|
+
</example>
|
|
542
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u">
|
|
543
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
544
|
+
processor="sun4u", system="SunOS5.6", leap=00, stratum=2,
|
|
545
|
+
</example>
|
|
546
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
547
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
548
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
549
|
+
<param pos="0" name="service.family" value="NTP"/>
|
|
550
|
+
<param pos="0" name="service.product" value="NTP"/>
|
|
551
|
+
<param pos="0" name="os.version" value="2.6"/>
|
|
552
|
+
<param pos="1" name="service.version"/>
|
|
553
|
+
<param pos="2" name="os.arch"/>
|
|
554
|
+
</fingerprint>
|
|
555
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.(1[1-9])"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
556
|
+
<description>ntpd running on Solaris 11 or above (SunOS/5.11 and above) </description>
|
|
557
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u" os.version="11">
|
|
558
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
559
|
+
processor="sun4u", system="SunOS/5.11", leap=00, stratum=2,
|
|
560
|
+
</example>
|
|
561
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u" os.version="11">
|
|
562
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
563
|
+
processor="sun4u", system="SunOS5.11", leap=00,stratum=2,
|
|
564
|
+
</example>
|
|
565
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
566
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
567
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
568
|
+
<param pos="0" name="service.family" value="NTP"/>
|
|
569
|
+
<param pos="0" name="service.product" value="NTP"/>
|
|
570
|
+
<param pos="1" name="service.version"/>
|
|
571
|
+
<param pos="2" name="os.arch"/>
|
|
572
|
+
<param pos="3" name="os.version"/>
|
|
573
|
+
</fingerprint>
|
|
574
|
+
<fingerprint pattern="^.*version="ntpd ([^ ]+)[^"]+",.*processor="([^ ]+)",.*system="SunOS/?5.([789]|10)"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
575
|
+
<description>ntpd running on Solaris 7-Solaris 10 (SunOS/5.7 - SunOS/5.10) </description>
|
|
576
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u" os.version="7">
|
|
577
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
578
|
+
processor="sun4u", system="SunOS/5.7", leap=00, stratum=2,
|
|
579
|
+
</example>
|
|
580
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u" os.version="10">
|
|
581
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
582
|
+
processor="sun4u", system="SunOS/5.10", leap=00, stratum=2,
|
|
583
|
+
</example>
|
|
584
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u" os.version="7">
|
|
585
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
586
|
+
processor="sun4u", system="SunOS5.7", leap=00,stratum=2,
|
|
587
|
+
</example>
|
|
588
|
+
<example service.version="4.2.0@1.1161-r" os.arch="sun4u" os.version="10">
|
|
589
|
+
version="ntpd 4.2.0@1.1161-r Wed Apr 20 11:28:05 EDT 2005 (1)",
|
|
590
|
+
processor="sun4u", system="SunOS5.10", leap=00, stratum=2,
|
|
591
|
+
</example>
|
|
592
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
593
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
594
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
595
|
+
<param pos="0" name="service.family" value="NTP"/>
|
|
596
|
+
<param pos="0" name="service.product" value="NTP"/>
|
|
597
|
+
<param pos="1" name="service.version"/>
|
|
598
|
+
<param pos="2" name="os.arch"/>
|
|
599
|
+
<param pos="3" name="os.version"/>
|
|
600
|
+
</fingerprint>
|
|
601
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.0"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
602
|
+
<description>Solaris 2.0 (SunOS/5.0) with no ntp version</description>
|
|
603
|
+
<example os.arch="sun4m">
|
|
604
|
+
processor="sun4m", system="SunOS/5.0"
|
|
605
|
+
</example>
|
|
606
|
+
<example os.arch="sun4m">
|
|
607
|
+
processor="sun4m", system="SunOS5.0"
|
|
608
|
+
</example>
|
|
609
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
610
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
611
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
612
|
+
<param pos="0" name="os.version" value="2.0" />
|
|
613
|
+
<param pos="1" name="os.arch"/>
|
|
614
|
+
</fingerprint>
|
|
615
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.1"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
616
|
+
<description>Solaris 2.1 (SunOS/5.1) with no ntp version</description>
|
|
617
|
+
<example os.arch="sun4m">
|
|
618
|
+
processor="sun4m", system="SunOS/5.1"
|
|
619
|
+
</example>
|
|
620
|
+
<example os.arch="sun4u">
|
|
621
|
+
processor="sun4u", system="SunOS5.1"
|
|
622
|
+
</example>
|
|
623
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
624
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
625
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
626
|
+
<param pos="0" name="os.version" value="2.1" />
|
|
627
|
+
<param pos="1" name="os.arch"/>
|
|
628
|
+
</fingerprint>
|
|
629
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.2"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
630
|
+
<description>Solaris 2.2 (SunOS/5.2) with no ntp version</description>
|
|
631
|
+
<example os.arch="sun4m">
|
|
632
|
+
processor="sun4m", system="SunOS/5.2"
|
|
633
|
+
</example>
|
|
634
|
+
<example os.arch="sun4u">
|
|
635
|
+
processor="sun4u", system="SunOS5.2"
|
|
636
|
+
</example>
|
|
637
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
638
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
639
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
640
|
+
<param pos="0" name="os.version" value="2.2" />
|
|
641
|
+
<param pos="1" name="os.arch"/>
|
|
642
|
+
</fingerprint>
|
|
643
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.3"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
644
|
+
<description>Solaris 2.3 (SunOS/5.3) with no ntp version</description>
|
|
645
|
+
<example os.arch="sun4m">
|
|
646
|
+
processor="sun4m", system="SunOS/5.3"
|
|
647
|
+
</example>
|
|
648
|
+
<example os.arch="sun4u">
|
|
649
|
+
processor="sun4u", system="SunOS5.3"
|
|
650
|
+
</example>
|
|
651
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
652
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
653
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
654
|
+
<param pos="0" name="os.version" value="2.3" />
|
|
655
|
+
<param pos="1" name="os.arch"/>
|
|
656
|
+
</fingerprint>
|
|
657
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.4"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
658
|
+
<description>Solaris 2.4 (SunOS/5.4) with no ntp version</description>
|
|
659
|
+
<example os.arch="sun4m">
|
|
660
|
+
processor="sun4m", system="SunOS/5.4"
|
|
661
|
+
</example>
|
|
662
|
+
<example os.arch="sun4u">
|
|
663
|
+
processor="sun4u", system="SunOS5.4"
|
|
664
|
+
</example>
|
|
665
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
666
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
667
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
668
|
+
<param pos="0" name="os.version" value="2.4" />
|
|
669
|
+
<param pos="1" name="os.arch"/>
|
|
670
|
+
</fingerprint>
|
|
671
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.5"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
672
|
+
<description>Solaris 2.5 (SunOS/5.5) with no ntp version</description>
|
|
673
|
+
<example os.arch="sun4m">
|
|
674
|
+
processor="sun4m", system="SunOS/5.5"
|
|
675
|
+
</example>
|
|
676
|
+
<example os.arch="sun4u">
|
|
677
|
+
processor="sun4u", system="SunOS5.5"
|
|
678
|
+
</example>
|
|
679
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
680
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
681
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
682
|
+
<param pos="0" name="os.version" value="2.5" />
|
|
683
|
+
<param pos="1" name="os.arch"/>
|
|
684
|
+
</fingerprint>
|
|
685
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.6"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
686
|
+
<description>Solaris 2.6 (SunOS/5.6) with no ntp version</description>
|
|
687
|
+
<example os.arch="sun4m">
|
|
688
|
+
processor="sun4m", system="SunOS/5.6"
|
|
689
|
+
</example>
|
|
690
|
+
<example os.arch="sun4u">
|
|
691
|
+
processor="sun4u", system="SunOS5.6"
|
|
692
|
+
</example>
|
|
693
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
694
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
695
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
696
|
+
<param pos="0" name="os.version" value="2.6" />
|
|
697
|
+
<param pos="1" name="os.arch"/>
|
|
698
|
+
</fingerprint>
|
|
699
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.([789]|10)"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
700
|
+
<description>Solaris 7-10 (SunOS/5.7 - SunOS/5.10) with no ntp version</description>
|
|
701
|
+
<example os.arch="sun4m" os.version="7">
|
|
702
|
+
processor="sun4m", system="SunOS/5.7"
|
|
703
|
+
</example>
|
|
704
|
+
<example os.arch="sun4m" os.version="10">
|
|
705
|
+
processor="sun4m", system="SunOS/5.10"
|
|
706
|
+
</example>
|
|
707
|
+
<example os.arch="sun4u" os.version="7">
|
|
708
|
+
processor="sun4u", system="SunOS5.7"
|
|
709
|
+
</example>
|
|
710
|
+
<example os.arch="sun4m" os.version="10">
|
|
711
|
+
processor="sun4m", system="SunOS5.10"
|
|
712
|
+
</example>
|
|
713
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
714
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
715
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
716
|
+
<param pos="1" name="os.arch"/>
|
|
717
|
+
<param pos="2" name="os.version"/>
|
|
465
718
|
</fingerprint>
|
|
719
|
+
<fingerprint pattern="^.*processor="([^ ]+)",.*system="SunOS/?5.(1[1-9])"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
720
|
+
<description>Solaris 11 and up with no ntp version</description>
|
|
721
|
+
<example os.arch="sun4m" os.version="11">
|
|
722
|
+
processor="sun4m", system="SunOS/5.11"
|
|
723
|
+
</example>
|
|
724
|
+
<example os.arch="sun4m" os.version="11">
|
|
725
|
+
processor="sun4m", system="SunOS5.11"
|
|
726
|
+
</example>
|
|
727
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
728
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
729
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
730
|
+
<param pos="1" name="os.arch"/>
|
|
731
|
+
<param pos="2" name="os.version"/>
|
|
732
|
+
</fingerprint>
|
|
466
733
|
<fingerprint pattern="^.*system="UNIX/SunOS ([^ ]+)"" flags="REG_DOT_NEWLINE,REG_ICASE">
|
|
467
734
|
<description>SunOS with no ntp version</description>
|
|
468
735
|
<example>
|
data/xml/operating_system.xml
CHANGED
|
@@ -482,15 +482,43 @@
|
|
|
482
482
|
<param pos="0" name="os.product" value="Solaris"/>
|
|
483
483
|
<param pos="1" name="os.version"/>
|
|
484
484
|
</fingerprint>
|
|
485
|
-
<fingerprint pattern="^(?i:(?:Oracle|Sun)?\s?
|
|
486
|
-
<description>Solaris</description>
|
|
485
|
+
<fingerprint pattern="^(?i:(?:Oracle|Sun)?\s?Solaris\s?(1[1-9]?(?:\.\d+?)*?)?)$">
|
|
486
|
+
<description>Solaris 11 and up</description>
|
|
487
487
|
<example os.version="11.3">Solaris 11.3</example>
|
|
488
|
-
<example os.version="
|
|
488
|
+
<example os.version="11">Solaris 11</example>
|
|
489
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
490
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
491
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
492
|
+
<param pos="1" name="os.version"/>
|
|
493
|
+
</fingerprint>
|
|
494
|
+
<fingerprint pattern="^(?i:(?:Oracle|Sun)?\s?Solaris\s?((?:[789]|10)+?(?:\.\d+?)*?)?)$">
|
|
495
|
+
<description>Solaris 7-10</description>
|
|
496
|
+
<example os.version="7">Solaris 7</example>
|
|
497
|
+
<example os.version="7.3">Solaris 7.3</example>
|
|
498
|
+
<example os.version="10">Solaris 10</example>
|
|
499
|
+
<example os.version="10.3">Solaris 10.3</example>
|
|
489
500
|
<param pos="0" name="os.vendor" value="Sun"/>
|
|
490
501
|
<param pos="0" name="os.family" value="Solaris"/>
|
|
491
502
|
<param pos="0" name="os.product" value="Solaris"/>
|
|
492
503
|
<param pos="1" name="os.version"/>
|
|
493
504
|
</fingerprint>
|
|
505
|
+
<fingerprint pattern="^(?i:(?:Oracle|Sun)?\s?SunOS\s?5.([789]|10)?)$">
|
|
506
|
+
<description>SunOS/Solaris 5.7-5.10</description>
|
|
507
|
+
<example os.version="7">SunOS 5.7</example>
|
|
508
|
+
<example os.version="10">SunOS 5.10</example>
|
|
509
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
510
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
511
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
512
|
+
<param pos="1" name="os.version"/>
|
|
513
|
+
</fingerprint>
|
|
514
|
+
<fingerprint pattern="^(?i:(?:Oracle|Sun)?\s?SunOS\s?5.(1[1-9])?)$">
|
|
515
|
+
<description>Oracle/Solaris 5.11 and upwards</description>
|
|
516
|
+
<example os.version="11">SunOS 5.11</example>
|
|
517
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
518
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
519
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
520
|
+
<param pos="1" name="os.version"/>
|
|
521
|
+
</fingerprint>
|
|
494
522
|
<fingerprint pattern="^(?i:(?:IBM\s?)?(AIX|MVS|OS/(?:\d{1,3})|VM/CMS|VM/ESA|z/OS)\s?(\d+?(?:\.\d+?)*?)?)$">
|
|
495
523
|
<description>IBM OSes</description>
|
|
496
524
|
<example os.product="AIX">AIX</example>
|
data/xml/snmp_sysdescr.xml
CHANGED
|
@@ -5965,6 +5965,26 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
5965
5965
|
<param pos="1" name="os.product"/>
|
|
5966
5966
|
<param pos="2" name="os.version"/>
|
|
5967
5967
|
</fingerprint>
|
|
5968
|
+
<!--======================================================================
|
|
5969
|
+
pfSense
|
|
5970
|
+
=======================================================================-->
|
|
5971
|
+
<fingerprint pattern="^pfSense\s(\S+)\s(\d+\.\d+(?:\.\d+)?)-RELEASE.*(FreeBSD)\s([\d\.]+-(?:STABLE|RELEASE)(?:-p\d+)?).*\s(\w+)$">
|
|
5972
|
+
<description>pfSense</description>
|
|
5973
|
+
<example service.vendor="FreeBSD" service.product="bsnmpd" service.component.vendor="pfSense" service.component.product="pfSense" service.component.version="2.3.4" os.vendor="FreeBSD" os.family="FreeBSD" os.product="FreeBSD" os.version="10.3-RELEASE-p19" os.arch="amd64" host.name="pfSense.localdomain">pfSense pfSense.localdomain 2.3.4-RELEASE pfSense FreeBSD 10.3-RELEASE-p19 amd64</example>
|
|
5974
|
+
<example service.vendor="FreeBSD" service.product="bsnmpd" service.component.vendor="pfSense" service.component.product="pfSense" service.component.version="2.1" os.vendor="FreeBSD" os.family="FreeBSD" os.product="FreeBSD" os.version="8.3-RELEASE-p11" os.arch="i386" host.name="example.com">pfSense example.com 2.1-RELEASE nanobsd FreeBSD 8.3-RELEASE-p11 i386</example>
|
|
5975
|
+
<param pos="0" name="service.product" value="bsnmpd"/>
|
|
5976
|
+
<param pos="0" name="service.component.vendor" value="pfSense"/>
|
|
5977
|
+
<param pos="0" name="service.component.product" value="pfSense"/>
|
|
5978
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5979
|
+
<param pos="1" name="host.name"/>
|
|
5980
|
+
<param pos="2" name="service.component.version"/>
|
|
5981
|
+
<param pos="3" name="os.vendor"/>
|
|
5982
|
+
<param pos="3" name="service.vendor"/>
|
|
5983
|
+
<param pos="3" name="os.family"/>
|
|
5984
|
+
<param pos="3" name="os.product"/>
|
|
5985
|
+
<param pos="4" name="os.version"/>
|
|
5986
|
+
<param pos="5" name="os.arch"/>
|
|
5987
|
+
</fingerprint>
|
|
5968
5988
|
<!--
|
|
5969
5989
|
Currently unmatched fingerprints:
|
|
5970
5990
|
Vendor:Paradyne Corporation,ProductId:4929
|
|
@@ -7058,9 +7078,22 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
7058
7078
|
<!--======================================================================
|
|
7059
7079
|
SUN
|
|
7060
7080
|
=======================================================================-->
|
|
7061
|
-
<fingerprint pattern="^SunOS (\S+) 5\.(
|
|
7062
|
-
|
|
7063
|
-
|
|
7081
|
+
<fingerprint pattern="^SunOS (\S+) 5\.(1[1-9]) \S+ (\S+)$">
|
|
7082
|
+
<description>Oracle/Solaris 5.11 and upwards</description>
|
|
7083
|
+
<example host.name="sysname" os.version="11" os.arch="sun4u">SunOS sysname 5.11 Generic_118833-33 sun4u</example>
|
|
7084
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
7085
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
7086
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
7087
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
7088
|
+
<param pos="0" name="os.device" value="General"/>
|
|
7089
|
+
<param pos="1" name="host.name"/>
|
|
7090
|
+
<param pos="2" name="os.version"/>
|
|
7091
|
+
<param pos="3" name="os.arch"/>
|
|
7092
|
+
</fingerprint>
|
|
7093
|
+
<fingerprint pattern="^SunOS (\S+) 5\.([789]|10) \S+ (\S+)$">
|
|
7094
|
+
<description>SunOS/Solaris 5.7-5.10</description>
|
|
7095
|
+
<example host.name="sysname" os.arch="sun4u" os.version="10">SunOS sysname 5.10 Generic_118833-33 sun4u</example>
|
|
7096
|
+
<example host.name="sysname" os.arch="sun4u" os.version="7">SunOS sysname 5.7 Generic_118833-33 sun4u</example>
|
|
7064
7097
|
<param pos="0" name="os.vendor" value="Sun"/>
|
|
7065
7098
|
<param pos="0" name="os.certainty" value="0.9"/>
|
|
7066
7099
|
<param pos="0" name="os.family" value="Solaris"/>
|
|
@@ -7221,15 +7254,15 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
7221
7254
|
<param pos="1" name="os.product"/>
|
|
7222
7255
|
<param pos="0" name="os.device" value="Storage"/>
|
|
7223
7256
|
</fingerprint>
|
|
7224
|
-
<fingerprint pattern="^SunOS 5\.(
|
|
7225
|
-
<description>SunOS/Solaris</description>
|
|
7226
|
-
<example>SunOS 5.10 sun4u sparc SUNW,Sun-Fire-V210, Class 4 Call Manager</example>
|
|
7257
|
+
<fingerprint pattern="^SunOS 5\.([789]|10) (\S+) sparc SUNW,([^,]+),.*$">
|
|
7258
|
+
<description>SunOS/Solaris 5.7-5.10</description>
|
|
7259
|
+
<example os.version="10" os.arch="sun4u" hw.product="Sun-Fire-V210">SunOS 5.10 sun4u sparc SUNW,Sun-Fire-V210, Class 4 Call Manager</example>
|
|
7227
7260
|
<example>SunOS 5.10 sun4u sparc SUNW,Sun-Fire-V210, Class 5 Call Manager</example>
|
|
7228
7261
|
<example>SunOS 5.10 sun4u sparc SUNW,Sun-Fire-V215, CommandCenter</example>
|
|
7229
7262
|
<example>SunOS 5.10 sun4u sparc SUNW,Sun-Fire-V240, Class 5 Call Manager</example>
|
|
7230
7263
|
<example>SunOS 5.10 sun4u sparc SUNW,Ultra-250, Class 5 Call Manager</example>
|
|
7231
7264
|
<example>SunOS 5.10 sun4u sparc SUNW,UltraAX-i2, Class 5 Call Manager</example>
|
|
7232
|
-
<example>SunOS 5.8 sun4u sparc SUNW,Sun-Fire-V210, Class 5 Call Manager</example>
|
|
7265
|
+
<example os.version="8" os.arch="sun4u" hw.product="Sun-Fire-V210">SunOS 5.8 sun4u sparc SUNW,Sun-Fire-V210, Class 5 Call Manager</example>
|
|
7233
7266
|
<example>SunOS 5.8 sun4u sparc SUNW,Ultra-60, Class 5 Call Manager</example>
|
|
7234
7267
|
<example>SunOS 5.8 sun4u sparc SUNW,UltraAX-i2, Class 4 Call Manager</example>
|
|
7235
7268
|
<example>SunOS 5.8 sun4u sparc SUNW,UltraAX-i2, Class 5 Call Manager</example>
|
|
@@ -7242,14 +7275,28 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
7242
7275
|
<param pos="2" name="os.arch"/>
|
|
7243
7276
|
<param pos="3" name="hw.product"/>
|
|
7244
7277
|
</fingerprint>
|
|
7245
|
-
<fingerprint pattern="^SunOS
|
|
7246
|
-
|
|
7247
|
-
|
|
7278
|
+
<fingerprint pattern="^SunOS 5\.(1[1-9]) (\S+) sparc SUNW,([^,]+),.*$">
|
|
7279
|
+
<description>Oracle/Solaris 5.11 and upwards</description>
|
|
7280
|
+
<example os.version="11" os.arch="sun4u" hw.product="Sun-Fire-V210">SunOS 5.11 sun4u sparc SUNW,Sun-Fire-V210, Class 4 Call Manager</example>
|
|
7281
|
+
<example os.version="12" os.arch="sun4u" hw.product="Sun-Fire-V210">SunOS 5.12 sun4u sparc SUNW,Sun-Fire-V210, Class 4 Call Manager</example>
|
|
7282
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
7283
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
7284
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
7285
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
7286
|
+
<param pos="0" name="os.device" value="General"/>
|
|
7287
|
+
<param pos="1" name="os.version"/>
|
|
7288
|
+
<param pos="2" name="os.arch"/>
|
|
7289
|
+
<param pos="3" name="hw.product"/>
|
|
7290
|
+
</fingerprint>
|
|
7291
|
+
<fingerprint pattern="^SunOS (\S+) 5\.([789]|10) \S+ (\S+) \S+ SUNW,([^,]+).*$">
|
|
7292
|
+
<description>SunOS/Solaris 5.7-5.10</description>
|
|
7293
|
+
<example host.name="integra01" os.version="10" os.arch="sun4v" hw.product="T5240">SunOS integra01 5.10 Generic_127127-11 sun4v sparc SUNW,T5240</example>
|
|
7248
7294
|
<example>SunOS integra02 5.10 Generic_127127-11 sun4v sparc SUNW,T5240</example>
|
|
7249
7295
|
<example>SunOS magppg01 5.10 Generic_127127-11 sun4v sparc SUNW,T5240</example>
|
|
7250
7296
|
<example>SunOS magppg02 5.10 Generic_127127-11 sun4v sparc SUNW,T5240</example>
|
|
7251
7297
|
<example>SunOS rs1-s3 5.10 Generic_142900-09 sun4v sparc SUNW,Netra-CP3260</example>
|
|
7252
7298
|
<example hw.product="Sun-Fire-T200">SunOS sn 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200</example>
|
|
7299
|
+
<example hw.product="Sun-Fire-T200" host.name="sn" os.arch="sun4v" os.version="8">SunOS sn 5.8 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200</example>
|
|
7253
7300
|
<param pos="0" name="os.vendor" value="Sun"/>
|
|
7254
7301
|
<param pos="0" name="os.certainty" value="0.9"/>
|
|
7255
7302
|
<param pos="0" name="os.family" value="Solaris"/>
|
|
@@ -7260,17 +7307,31 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
7260
7307
|
<param pos="3" name="os.arch"/>
|
|
7261
7308
|
<param pos="4" name="hw.product"/>
|
|
7262
7309
|
</fingerprint>
|
|
7263
|
-
<fingerprint pattern="^SunOS
|
|
7264
|
-
<description>
|
|
7265
|
-
<example>SunOS 5.
|
|
7310
|
+
<fingerprint pattern="^SunOS (\S+) 5\.(1[1-9]) \S+ (\S+) \S+ SUNW,([^,]+).*$">
|
|
7311
|
+
<description>Oracle/Solaris 5.11 and upwards</description>
|
|
7312
|
+
<example host.name="integra01" os.version="11" os.arch="sun4v" hw.product="T5240">SunOS integra01 5.11 Generic_127127-11 sun4v sparc SUNW,T5240</example>
|
|
7313
|
+
<example host.name="integra01" os.version="12" os.arch="sun4v" hw.product="T5240">SunOS integra01 5.12 Generic_127127-11 sun4v sparc SUNW,T5240</example>
|
|
7314
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
7315
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
7316
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
7317
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
7318
|
+
<param pos="0" name="os.device" value="General"/>
|
|
7319
|
+
<param pos="1" name="host.name"/>
|
|
7320
|
+
<param pos="2" name="os.version"/>
|
|
7321
|
+
<param pos="3" name="os.arch"/>
|
|
7322
|
+
<param pos="4" name="hw.product"/>
|
|
7323
|
+
</fingerprint>
|
|
7324
|
+
<fingerprint pattern="^SunOS 5\.([789]|10) \S+ (\S+)$">
|
|
7325
|
+
<description>SunOS/Solaris 5.7-5.10</description>
|
|
7326
|
+
<example os.version="10" os.arch="sun4u">SunOS 5.10 Generic sun4u</example>
|
|
7266
7327
|
<example>SunOS 5.10 Generic_137111-07 sun4v</example>
|
|
7267
7328
|
<example>SunOS 5.10 Generic_142900-11 sun4v</example>
|
|
7268
|
-
<example>SunOS 5.8 Generic_108528-16 sun4u</example>
|
|
7329
|
+
<example os.version="8" os.arch="sun4u">SunOS 5.8 Generic_108528-16 sun4u</example>
|
|
7269
7330
|
<example>SunOS 5.8 Generic_108528-27 sun4u</example>
|
|
7270
7331
|
<example>SunOS 5.8 Generic_108528-29 sun4u</example>
|
|
7271
7332
|
<example>SunOS 5.8 Generic_117350-25 sun4u</example>
|
|
7272
7333
|
<example>SunOS 5.8 Generic_117350-62 sun4u</example>
|
|
7273
|
-
<example>SunOS 5.9 Generic_118558-24 sun4u</example>
|
|
7334
|
+
<example os.version="9" os.arch="sun4u">SunOS 5.9 Generic_118558-24 sun4u</example>
|
|
7274
7335
|
<example>SunOS 5.9 Generic_118558-36 sun4u</example>
|
|
7275
7336
|
<param pos="0" name="os.vendor" value="Sun"/>
|
|
7276
7337
|
<param pos="0" name="os.certainty" value="0.9"/>
|
|
@@ -7280,12 +7341,24 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
7280
7341
|
<param pos="1" name="os.version"/>
|
|
7281
7342
|
<param pos="2" name="os.arch"/>
|
|
7282
7343
|
</fingerprint>
|
|
7283
|
-
<fingerprint pattern="^SunOS
|
|
7284
|
-
<description>
|
|
7285
|
-
<example>SunOS
|
|
7286
|
-
<example>SunOS
|
|
7287
|
-
<
|
|
7288
|
-
<
|
|
7344
|
+
<fingerprint pattern="^SunOS 5\.(1[1-9]) \S+ (\S+)$">
|
|
7345
|
+
<description>Oracle/Solaris 5.11 and upwards</description>
|
|
7346
|
+
<example os.version="11" os.arch="sun4u">SunOS 5.11 Generic sun4u</example>
|
|
7347
|
+
<example os.version="12" os.arch="sun4u">SunOS 5.12 Generic sun4u</example>
|
|
7348
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
7349
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
7350
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
7351
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
7352
|
+
<param pos="0" name="os.device" value="General"/>
|
|
7353
|
+
<param pos="1" name="os.version"/>
|
|
7354
|
+
<param pos="2" name="os.arch"/>
|
|
7355
|
+
</fingerprint>
|
|
7356
|
+
<fingerprint pattern="^SunOS release:5\.([789]|10) version:\S+ machine:(\S+)$">
|
|
7357
|
+
<description>SunOS/Solaris 5.7-5.10</description>
|
|
7358
|
+
<example os.version="10" os.arch="sun4u">SunOS release:5.10 version:Generic_125100-07 machine:sun4u</example>
|
|
7359
|
+
<example os.version="10" os.arch="sun4v">SunOS release:5.10 version:Generic_139555-08 machine:sun4v</example>
|
|
7360
|
+
<example os.version="8" os.arch="sun4u">SunOS release:5.8 version:Generic_117350-62 machine:sun4u</example>
|
|
7361
|
+
<example os.version="9" os.arch="sun4u">SunOS release:5.9 version:Generic_122300-22 machine:sun4u</example>
|
|
7289
7362
|
<param pos="0" name="os.vendor" value="Sun"/>
|
|
7290
7363
|
<param pos="0" name="os.certainty" value="0.9"/>
|
|
7291
7364
|
<param pos="0" name="os.family" value="Solaris"/>
|
|
@@ -7294,6 +7367,18 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
7294
7367
|
<param pos="1" name="os.version"/>
|
|
7295
7368
|
<param pos="2" name="os.arch"/>
|
|
7296
7369
|
</fingerprint>
|
|
7370
|
+
<fingerprint pattern="^SunOS release:5\.(1[1-9]) version:\S+ machine:(\S+)$">
|
|
7371
|
+
<description>SunOS/Solaris 5.11 and upwards</description>
|
|
7372
|
+
<example os.version="11" os.arch="sun4u">SunOS release:5.11 version:Generic_125100-07 machine:sun4u</example>
|
|
7373
|
+
<example os.version="12" os.arch="sun4u">SunOS release:5.12 version:Generic_125100-07 machine:sun4u</example>
|
|
7374
|
+
<param pos="0" name="os.vendor" value="Oracle"/>
|
|
7375
|
+
<param pos="0" name="os.vertainty" value="0.9"/>
|
|
7376
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
7377
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
7378
|
+
<param pos="0" name="os.device" value="General"/>
|
|
7379
|
+
<param pos="1" name="os.version"/>
|
|
7380
|
+
<param pos="2" name="os.arch"/>
|
|
7381
|
+
</fingerprint>
|
|
7297
7382
|
<!--======================================================================
|
|
7298
7383
|
SYMANTEC
|
|
7299
7384
|
=======================================================================-->
|
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.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|