recog 2.3.22 → 2.3.23
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/.github/workflows/ci.yml +1 -1
- data/.github/workflows/verify.yml +1 -1
- data/.vscode/bin/monitor-recog-fingerprints.sh +54 -0
- data/.vscode/extensions.json +5 -0
- data/.vscode/settings.json +8 -0
- data/.vscode/tasks.json +77 -0
- data/CONTRIBUTING.md +2 -0
- data/bin/recog_verify +42 -7
- data/cpe-remap.yaml +20 -2
- data/features/data/schema_failure.xml +4 -0
- data/features/data/tests_with_failures.xml +6 -0
- data/features/support/hooks.rb +9 -0
- data/features/verify.feature +81 -17
- data/identifiers/hw_device.txt +2 -0
- data/identifiers/hw_product.txt +2 -0
- data/identifiers/os_device.txt +2 -0
- data/identifiers/os_family.txt +1 -0
- data/identifiers/os_product.txt +8 -1
- data/identifiers/service_product.txt +14 -0
- data/identifiers/vendor.txt +13 -1
- data/lib/recog/fingerprint.rb +21 -7
- data/lib/recog/fingerprint_parse_error.rb +10 -0
- data/lib/recog/verifier.rb +4 -4
- data/lib/recog/verify_reporter.rb +7 -6
- data/lib/recog/version.rb +1 -1
- data/requirements.txt +1 -1
- data/spec/data/external_example_fingerprint/hp_printer_ex_01.txt +1 -0
- data/spec/data/external_example_fingerprint/hp_printer_ex_02.txt +1 -0
- data/spec/data/external_example_fingerprint.xml +8 -0
- data/spec/data/external_example_illegal_path_fingerprint.xml +7 -0
- data/spec/lib/recog/db_spec.rb +84 -61
- data/spec/lib/recog/fingerprint_spec.rb +4 -4
- data/spec/lib/recog/verify_reporter_spec.rb +8 -8
- data/update_cpes.py +129 -36
- data/xml/apache_os.xml +61 -19
- data/xml/architecture.xml +15 -1
- data/xml/dhcp_vendor_class.xml +1 -1
- data/xml/dns_versionbind.xml +16 -13
- data/xml/favicons.xml +87 -5
- data/xml/fingerprints.xsd +9 -1
- data/xml/ftp_banners.xml +131 -141
- data/xml/h323_callresp.xml +2 -2
- data/xml/hp_pjl_id.xml +81 -81
- data/xml/html_title.xml +178 -9
- data/xml/http_cookies.xml +83 -27
- data/xml/http_servers.xml +409 -269
- data/xml/http_wwwauth.xml +70 -37
- data/xml/imap_banners.xml +2 -2
- data/xml/nntp_banners.xml +8 -5
- data/xml/ntp_banners.xml +33 -33
- data/xml/operating_system.xml +92 -77
- data/xml/pop_banners.xml +17 -17
- data/xml/sip_banners.xml +16 -5
- data/xml/sip_user_agents.xml +122 -27
- data/xml/smb_native_lm.xml +5 -5
- data/xml/smb_native_os.xml +25 -25
- data/xml/smtp_banners.xml +132 -131
- data/xml/smtp_help.xml +1 -1
- data/xml/snmp_sysdescr.xml +1227 -1227
- data/xml/snmp_sysobjid.xml +2 -2
- data/xml/ssh_banners.xml +9 -5
- data/xml/telnet_banners.xml +49 -0
- data/xml/tls_jarm.xml +22 -2
- data/xml/x11_banners.xml +3 -3
- data/xml/x509_issuers.xml +3 -2
- data/xml/x509_subjects.xml +3 -3
- metadata +19 -3
- data/lib/recog/verifier_factory.rb +0 -13
data/xml/snmp_sysobjid.xml
CHANGED
@@ -89,8 +89,8 @@
|
|
89
89
|
|
90
90
|
<fingerprint pattern="^Microsoft Windows CE Version ([\d.]+)">
|
91
91
|
<description>Windows CE</description>
|
92
|
-
<example>Microsoft Windows CE Version 4.20 (Build 0)</example>
|
93
|
-
<example>Microsoft Windows CE Version 4.20 (Build 1088)</example>
|
92
|
+
<example os.version="4.20">Microsoft Windows CE Version 4.20 (Build 0)</example>
|
93
|
+
<example os.version="4.20">Microsoft Windows CE Version 4.20 (Build 1088)</example>
|
94
94
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
95
95
|
<param pos="0" name="os.family" value="Windows"/>
|
96
96
|
<param pos="0" name="os.product" value="Windows CE"/>
|
data/xml/ssh_banners.xml
CHANGED
@@ -653,7 +653,7 @@
|
|
653
653
|
<fingerprint pattern="^OpenSSH_(4\.2p1) (Debian-7ubuntu\d+(?:\.\d+)?)$">
|
654
654
|
<description>OpenSSH running on Ubuntu 6.04</description>
|
655
655
|
<example service.version="4.2p1" openssh.comment="Debian-7ubuntu3.1">OpenSSH_4.2p1 Debian-7ubuntu3.1</example>
|
656
|
-
<example>OpenSSH_4.2p1 Debian-7ubuntu3.2</example>
|
656
|
+
<example service.version="4.2p1" openssh.comment="Debian-7ubuntu3.2">OpenSSH_4.2p1 Debian-7ubuntu3.2</example>
|
657
657
|
<param pos="1" name="service.version"/>
|
658
658
|
<param pos="2" name="openssh.comment"/>
|
659
659
|
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
@@ -686,9 +686,9 @@
|
|
686
686
|
<fingerprint pattern="^OpenSSH_(4\.6p1) (Debian-5ubuntu\d+(?:\.\d+)?)$">
|
687
687
|
<description>OpenSSH running on Ubuntu 7.10</description>
|
688
688
|
<example service.version="4.6p1" openssh.comment="Debian-5ubuntu0.2">OpenSSH_4.6p1 Debian-5ubuntu0.2</example>
|
689
|
-
<example>OpenSSH_4.6p1 Debian-5ubuntu0.5</example>
|
690
|
-
<example>OpenSSH_4.6p1 Debian-5ubuntu0.6</example>
|
691
|
-
<example>OpenSSH_4.6p1 Debian-5ubuntu0</example>
|
689
|
+
<example service.version="4.6p1" openssh.comment="Debian-5ubuntu0.5">OpenSSH_4.6p1 Debian-5ubuntu0.5</example>
|
690
|
+
<example service.version="4.6p1" openssh.comment="Debian-5ubuntu0.6">OpenSSH_4.6p1 Debian-5ubuntu0.6</example>
|
691
|
+
<example service.version="4.6p1" openssh.comment="Debian-5ubuntu0">OpenSSH_4.6p1 Debian-5ubuntu0</example>
|
692
692
|
<param pos="1" name="service.version"/>
|
693
693
|
<param pos="2" name="openssh.comment"/>
|
694
694
|
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
@@ -858,7 +858,7 @@
|
|
858
858
|
<fingerprint pattern="^OpenSSH_(6\.0p1) (Debian-3ubuntu\d(?:\.\d)?)$">
|
859
859
|
<description>OpenSSH running on Ubuntu 12.10</description>
|
860
860
|
<example service.version="6.0p1" openssh.comment="Debian-3ubuntu1">OpenSSH_6.0p1 Debian-3ubuntu1</example>
|
861
|
-
<example>OpenSSH_6.0p1 Debian-3ubuntu1.2</example>
|
861
|
+
<example service.version="6.0p1" openssh.comment="Debian-3ubuntu1.2">OpenSSH_6.0p1 Debian-3ubuntu1.2</example>
|
862
862
|
<param pos="1" name="service.version"/>
|
863
863
|
<param pos="2" name="openssh.comment"/>
|
864
864
|
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
@@ -1732,6 +1732,7 @@
|
|
1732
1732
|
|
1733
1733
|
<fingerprint pattern="^SSH Protocol Compatible Server SCS (.*)$">
|
1734
1734
|
<description>Netscreen with version</description>
|
1735
|
+
<example service.version="2.0">SSH Protocol Compatible Server SCS 2.0</example>
|
1735
1736
|
<param pos="1" name="service.version"/>
|
1736
1737
|
<param pos="0" name="service.vendor" value="Juniper"/>
|
1737
1738
|
<param pos="0" name="service.family" value="NetScreen"/>
|
@@ -1859,6 +1860,7 @@
|
|
1859
1860
|
|
1860
1861
|
<fingerprint pattern="^([\d.]{1,8}) sshlib: MOVEit DMZ SSH (.*)$">
|
1861
1862
|
<description>MOVEit DMZ (which uses Bitvise sshlib)</description>
|
1863
|
+
<example service.component.version="1.29" service.version="3.0.5.0">1.29 sshlib: MOVEit DMZ SSH 3.0.5.0</example>
|
1862
1864
|
<param pos="1" name="service.component.version"/>
|
1863
1865
|
<param pos="2" name="service.version"/>
|
1864
1866
|
<param pos="0" name="service.component.vendor" value="Bitvise"/>
|
@@ -1886,6 +1888,7 @@
|
|
1886
1888
|
|
1887
1889
|
<fingerprint pattern="^Pragma SecureShell\s*(.*)$">
|
1888
1890
|
<description>Pragma SecureShell</description>
|
1891
|
+
<example service.version="3.0">Pragma SecureShell 3.0</example>
|
1889
1892
|
<param pos="1" name="service.version"/>
|
1890
1893
|
<param pos="0" name="service.vendor" value="Pragma Systems"/>
|
1891
1894
|
<param pos="0" name="service.family" value="FortressSSH Server"/>
|
@@ -2047,6 +2050,7 @@
|
|
2047
2050
|
|
2048
2051
|
<fingerprint pattern="MultiNet">
|
2049
2052
|
<description>Process Software MultiNet is a suite of network apps for OpenVMS</description>
|
2053
|
+
<example>Process Software SSH 6.1.5.0 MultiNet</example>
|
2050
2054
|
<param pos="0" name="service.vendor" value="Process Software"/>
|
2051
2055
|
<param pos="0" name="service.family" value="MultiNet"/>
|
2052
2056
|
<param pos="0" name="service.product" value="MultiNet"/>
|
data/xml/telnet_banners.xml
CHANGED
@@ -2238,6 +2238,55 @@
|
|
2238
2238
|
<param pos="3" name="hw.version"/>
|
2239
2239
|
</fingerprint>
|
2240
2240
|
|
2241
|
+
<fingerprint pattern="^(TAU-\d+[A-Z]*(?:\.IP)?) login:$$">
|
2242
|
+
<description>Eltex TAU model VoIP gateway</description>
|
2243
|
+
<example hw.product="TAU-8">TAU-8 login:</example>
|
2244
|
+
<example hw.product="TAU-2M.IP">TAU-2M.IP login:</example>
|
2245
|
+
<param pos="0" name="os.vendor" value="Eltex"/>
|
2246
|
+
<param pos="0" name="os.product" value="{hw.product} Firmware"/>
|
2247
|
+
<param pos="0" name="os.device" value="VoIP Gateway"/>
|
2248
|
+
<param pos="0" name="hw.vendor" value="Eltex"/>
|
2249
|
+
<param pos="1" name="hw.product"/>
|
2250
|
+
<param pos="0" name="hw.device" value="VoIP Gateway"/>
|
2251
|
+
</fingerprint>
|
2252
|
+
|
2253
|
+
<fingerprint pattern="(?m)^\**(?:\r|\n)*\**\s*Welcome to (SMG-?\d+[A-Z]?)\s*\**(?:\r|\n)*\**(?:\r|\n)+(\S+) login:\s*$">
|
2254
|
+
<description>Eltex SMG model VoIP gateway - banner with model number</description>
|
2255
|
+
<!--
|
2256
|
+
********************************************
|
2257
|
+
* Welcome to SMG1016M *
|
2258
|
+
********************************************
|
2259
|
+
|
2260
|
+
foo.bar.baz login:
|
2261
|
+
-->
|
2262
|
+
<example hw.product="SMG1016M" host.name="foo.bar.baz" _encoding="base64">
|
2263
|
+
DQ0KDQoNKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCg0qI
|
2264
|
+
CAgICAgICAgICAgV2VsY29tZSB0byBTTUcxMDE2TSAgICAgICAgICAgKg0KDSoqKioqKioqKi
|
2265
|
+
oqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqDQoNDQoNZm9vLmJhci5iYXogbG9
|
2266
|
+
naW46IA==
|
2267
|
+
</example>
|
2268
|
+
<param pos="0" name="os.vendor" value="Eltex"/>
|
2269
|
+
<param pos="0" name="os.product" value="{hw.product} Firmware"/>
|
2270
|
+
<param pos="0" name="os.device" value="VoIP Gateway"/>
|
2271
|
+
<param pos="0" name="hw.vendor" value="Eltex"/>
|
2272
|
+
<param pos="1" name="hw.product"/>
|
2273
|
+
<param pos="0" name="hw.device" value="VoIP Gateway"/>
|
2274
|
+
<param pos="2" name="host.name"/>
|
2275
|
+
</fingerprint>
|
2276
|
+
|
2277
|
+
<fingerprint pattern="^eltex-nv(\d+) login:$">
|
2278
|
+
<description>Eltex - NV model IPTV set top box</description>
|
2279
|
+
<example hw.model="101">eltex-nv101 login:</example>
|
2280
|
+
<example hw.product="NV102">eltex-nv102 login:</example>
|
2281
|
+
<param pos="0" name="os.vendor" value="Eltex"/>
|
2282
|
+
<param pos="0" name="os.product" value="{hw.product} Firmware"/>
|
2283
|
+
<param pos="0" name="os.device" value="IPTV"/>
|
2284
|
+
<param pos="1" name="hw.model"/>
|
2285
|
+
<param pos="0" name="hw.vendor" value="Eltex"/>
|
2286
|
+
<param pos="0" name="hw.product" value="NV{hw.model}"/>
|
2287
|
+
<param pos="0" name="hw.device" value="IPTV"/>
|
2288
|
+
</fingerprint>
|
2289
|
+
|
2241
2290
|
<fingerprint pattern=""BeerTemp":.*"FridgeTemp":">
|
2242
2291
|
<description>Fermentrack Beer Brewing Monitor</description>
|
2243
2292
|
<example>T:{"BeerTemp":null,"BeerSet":null,"BeerAnn":null,"FridgeTemp":null,"FridgeSet":null,"FridgeAnn":null,"State":0}</example>
|
data/xml/tls_jarm.xml
CHANGED
@@ -56,9 +56,13 @@
|
|
56
56
|
<param pos="0" name="os.device" value="Router"/>
|
57
57
|
</fingerprint>
|
58
58
|
|
59
|
-
<fingerprint pattern="^07d14d16d21d21d00042d43d000000aa99ce74e2c6d013c745aa52b5cc042d$">
|
59
|
+
<fingerprint pattern="^07d14d16d21d21d00042d43d000000aa99ce74e2c6d013c745aa52b5cc042d|07d14d16d21d21d07c42d43d000000f50d155305214cf247147c43c0f1a823|07b08b09b21b21b07b07b08b07b21b23aeefb38b723c523befb314af6e95ac|07c08c09c21c21c07c07c08c07c21c23aeefb38b723c523befb314af6e95ac|07d14d16d21d21d00007d14d07d21d0ae59125bcd90b8876b50928af8f6cd4$">
|
60
60
|
<description>Metasploit listener</description>
|
61
|
+
<example>07b08b09b21b21b07b07b08b07b21b23aeefb38b723c523befb314af6e95ac</example>
|
62
|
+
<example>07c08c09c21c21c07c07c08c07c21c23aeefb38b723c523befb314af6e95ac</example>
|
63
|
+
<example>07d14d16d21d21d00007d14d07d21d0ae59125bcd90b8876b50928af8f6cd4</example>
|
61
64
|
<example>07d14d16d21d21d00042d43d000000aa99ce74e2c6d013c745aa52b5cc042d</example>
|
65
|
+
<example>07d14d16d21d21d07c42d43d000000f50d155305214cf247147c43c0f1a823</example>
|
62
66
|
<param pos="0" name="service.vendor" value="Rapid7"/>
|
63
67
|
<param pos="0" name="service.product" value="Metasploit"/>
|
64
68
|
<param pos="0" name="service.cpe23" value="cpe:/a:rapid7:metasploit:-"/>
|
@@ -67,9 +71,10 @@
|
|
67
71
|
<!-- This fingerprint matches Java's TLS stack,
|
68
72
|
see https://blog.cobaltstrike.com/2020/12/08/a-red-teamer-plays-with-jarm/ for details -->
|
69
73
|
|
70
|
-
<fingerprint pattern="^07d14d16d21d21d07c42d41d00041d24a458a375eef0c576d23a7bab9a9fb1$">
|
74
|
+
<fingerprint pattern="^07d14d16d21d21d07c42d41d00041d24a458a375eef0c576d23a7bab9a9fb1|07d14d16d21d21d00042d41d00041de5fb3038104f457d92ba02e9311512c2$">
|
71
75
|
<description>Cobalt Strike listener</description>
|
72
76
|
<example>07d14d16d21d21d07c42d41d00041d24a458a375eef0c576d23a7bab9a9fb1</example>
|
77
|
+
<example>07d14d16d21d21d00042d41d00041de5fb3038104f457d92ba02e9311512c2</example>
|
73
78
|
<param pos="0" name="service.vendor" value="Strategic Cyber LLC"/>
|
74
79
|
<param pos="0" name="service.product" value="Cobalt Strike Listener"/>
|
75
80
|
<param pos="0" name="service.certainty" value="0.3"/>
|
@@ -159,4 +164,19 @@
|
|
159
164
|
<param pos="0" name="service.product" value="Merlin"/>
|
160
165
|
</fingerprint>
|
161
166
|
|
167
|
+
<fingerprint pattern="^21d14d00000000000021d14d21d21d16c46827964490e6024618c0a3d7d893$">
|
168
|
+
<description>Covenant .NET C2 framework</description>
|
169
|
+
<example>21d14d00000000000021d14d21d21d16c46827964490e6024618c0a3d7d893</example>
|
170
|
+
<param pos="0" name="service.product" value="Covenant"/>
|
171
|
+
</fingerprint>
|
172
|
+
|
173
|
+
<fingerprint pattern="^16d16d16d14d16d00016d16d16d16da6fda484e06f95db4f56339284c90672$">
|
174
|
+
<description>HP Printer</description>
|
175
|
+
<example>16d16d16d14d16d00016d16d16d16da6fda484e06f95db4f56339284c90672</example>
|
176
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
177
|
+
<param pos="0" name="hw.vendor" value="HP"/>
|
178
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
179
|
+
<param pos="0" name="os.device" value="Printer"/>
|
180
|
+
</fingerprint>
|
181
|
+
|
162
182
|
</fingerprints>
|
data/xml/x11_banners.xml
CHANGED
@@ -62,13 +62,13 @@
|
|
62
62
|
<fingerprint pattern="^Fedora Project$">
|
63
63
|
<description>Fedora Project</description>
|
64
64
|
<example>Fedora Project</example>
|
65
|
-
<param pos="0" name="os.vendor" value="
|
65
|
+
<param pos="0" name="os.vendor" value="Fedora Project"/>
|
66
66
|
<param pos="0" name="service.vendor" value="X.Org"/>
|
67
67
|
<param pos="0" name="service.product" value="X.Org X11"/>
|
68
68
|
<param pos="0" name="service.cpe23" value="cpe:/a:x.org:x11:-"/>
|
69
|
-
<param pos="0" name="os.product" value="Fedora Core
|
69
|
+
<param pos="0" name="os.product" value="Fedora Core"/>
|
70
70
|
<param pos="0" name="os.family" value="Linux"/>
|
71
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:
|
71
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:fedoraproject:fedora_core:-"/>
|
72
72
|
</fingerprint>
|
73
73
|
|
74
74
|
<fingerprint pattern="^freedesktop\.org$">
|
data/xml/x509_issuers.xml
CHANGED
@@ -377,10 +377,11 @@
|
|
377
377
|
</fingerprint>
|
378
378
|
|
379
379
|
<fingerprint pattern="(?i)^CN=\S+,OU=FreshTomato Team,O=FreshTomato,L=Columbus,ST=Ohio,C=US(?:.*)$">
|
380
|
-
<description>FreshTomato Router
|
380
|
+
<description>FreshTomato Router Firmware</description>
|
381
381
|
<example>CN=192.168.1.1,OU=FreshTomato Team,O=FreshTomato,L=Columbus,ST=Ohio,C=US</example>
|
382
382
|
<param pos="0" name="os.vendor" value="FreshTomato"/>
|
383
|
-
<param pos="0" name="os.
|
383
|
+
<param pos="0" name="os.family" value="Linux"/>
|
384
|
+
<param pos="0" name="os.product" value="FreshTomato"/>
|
384
385
|
<param pos="0" name="os.device" value="Router"/>
|
385
386
|
</fingerprint>
|
386
387
|
|
data/xml/x509_subjects.xml
CHANGED
@@ -248,7 +248,7 @@
|
|
248
248
|
<fingerprint pattern="^CN=OA\-([a-fA-F0-9]+),OU=Onboard Administrator,">
|
249
249
|
<description>HP iLO (Onboard Administrator)</description>
|
250
250
|
<example host.mac="001F296E21A3">CN=OA-001F296E21A3,OU=Onboard Administrator,O=Corp.,L=Location,ST=N/A,C=US</example>
|
251
|
-
<example>CN=OA-80C16E999999,OU=Onboard Administrator,O=Hewlett-Packard</example>
|
251
|
+
<example host.mac="80C16E999999">CN=OA-80C16E999999,OU=Onboard Administrator,O=Hewlett-Packard</example>
|
252
252
|
<param pos="0" name="hw.device" value="Lights Out Management"/>
|
253
253
|
<param pos="0" name="hw.vendor" value="HP"/>
|
254
254
|
<param pos="0" name="hw.family" value="iLO"/>
|
@@ -353,8 +353,8 @@
|
|
353
353
|
|
354
354
|
<fingerprint pattern="^CN=HP Jetdirect [a-zA-Z0-9]+,OU=([a-fA-F0-9]{12})\+OU=([a-zA-Z0-9]+),O=Hewlett-Packard Co\.$">
|
355
355
|
<description>HP Jet Direct - with host MAC and product</description>
|
356
|
-
<example host.mac="2C413883186A" hw.product="J8028E">CN=HP Jetdirect 38831831,OU=2C413883186A+OU=J8028E,O=Hewlett-Packard Co.</example>
|
357
|
-
<example os.product="J8016E">CN=HP Jetdirect FBFA31E7,OU=8851FBE33ABB+OU=J8016E,O=Hewlett-Packard Co.</example>
|
356
|
+
<example host.mac="2C413883186A" hw.product="J8028E" os.product="J8028E">CN=HP Jetdirect 38831831,OU=2C413883186A+OU=J8028E,O=Hewlett-Packard Co.</example>
|
357
|
+
<example os.product="J8016E" host.mac="8851FBE33ABB" hw.product="J8016E">CN=HP Jetdirect FBFA31E7,OU=8851FBE33ABB+OU=J8016E,O=Hewlett-Packard Co.</example>
|
358
358
|
<param pos="0" name="hw.device" value="Printer"/>
|
359
359
|
<param pos="0" name="hw.vendor" value="HP"/>
|
360
360
|
<param pos="0" name="hw.family" value="JetDirect"/>
|
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.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rapid7 Research
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -137,6 +137,10 @@ files:
|
|
137
137
|
- ".ruby-version"
|
138
138
|
- ".snyk"
|
139
139
|
- ".travis.yml"
|
140
|
+
- ".vscode/bin/monitor-recog-fingerprints.sh"
|
141
|
+
- ".vscode/extensions.json"
|
142
|
+
- ".vscode/settings.json"
|
143
|
+
- ".vscode/tasks.json"
|
140
144
|
- ".yardopts"
|
141
145
|
- CONTRIBUTING.md
|
142
146
|
- COPYING
|
@@ -155,12 +159,14 @@ files:
|
|
155
159
|
- features/data/multiple_banners_fingerprints.xml
|
156
160
|
- features/data/no_tests.xml
|
157
161
|
- features/data/sample_banner.txt
|
162
|
+
- features/data/schema_failure.xml
|
158
163
|
- features/data/successful_tests.xml
|
159
164
|
- features/data/tests_with_failures.xml
|
160
165
|
- features/data/tests_with_warnings.xml
|
161
166
|
- features/match.feature
|
162
167
|
- features/support/aruba.rb
|
163
168
|
- features/support/env.rb
|
169
|
+
- features/support/hooks.rb
|
164
170
|
- features/verify.feature
|
165
171
|
- identifiers/README.md
|
166
172
|
- identifiers/fields.txt
|
@@ -180,13 +186,13 @@ files:
|
|
180
186
|
- lib/recog/fingerprint.rb
|
181
187
|
- lib/recog/fingerprint/regexp_factory.rb
|
182
188
|
- lib/recog/fingerprint/test.rb
|
189
|
+
- lib/recog/fingerprint_parse_error.rb
|
183
190
|
- lib/recog/formatter.rb
|
184
191
|
- lib/recog/match_reporter.rb
|
185
192
|
- lib/recog/matcher.rb
|
186
193
|
- lib/recog/matcher_factory.rb
|
187
194
|
- lib/recog/nizer.rb
|
188
195
|
- lib/recog/verifier.rb
|
189
|
-
- lib/recog/verifier_factory.rb
|
190
196
|
- lib/recog/verify_reporter.rb
|
191
197
|
- lib/recog/version.rb
|
192
198
|
- misc/convert_mysql_err
|
@@ -196,6 +202,10 @@ files:
|
|
196
202
|
- spec/data/best_os_match_1.yml
|
197
203
|
- spec/data/best_os_match_2.yml
|
198
204
|
- spec/data/best_service_match_1.yml
|
205
|
+
- spec/data/external_example_fingerprint.xml
|
206
|
+
- spec/data/external_example_fingerprint/hp_printer_ex_01.txt
|
207
|
+
- spec/data/external_example_fingerprint/hp_printer_ex_02.txt
|
208
|
+
- spec/data/external_example_illegal_path_fingerprint.xml
|
199
209
|
- spec/data/smb_native_os.txt
|
200
210
|
- spec/data/test_fingerprints.xml
|
201
211
|
- spec/data/verification_fingerprints.xml
|
@@ -289,16 +299,22 @@ test_files:
|
|
289
299
|
- features/data/multiple_banners_fingerprints.xml
|
290
300
|
- features/data/no_tests.xml
|
291
301
|
- features/data/sample_banner.txt
|
302
|
+
- features/data/schema_failure.xml
|
292
303
|
- features/data/successful_tests.xml
|
293
304
|
- features/data/tests_with_failures.xml
|
294
305
|
- features/data/tests_with_warnings.xml
|
295
306
|
- features/match.feature
|
296
307
|
- features/support/aruba.rb
|
297
308
|
- features/support/env.rb
|
309
|
+
- features/support/hooks.rb
|
298
310
|
- features/verify.feature
|
299
311
|
- spec/data/best_os_match_1.yml
|
300
312
|
- spec/data/best_os_match_2.yml
|
301
313
|
- spec/data/best_service_match_1.yml
|
314
|
+
- spec/data/external_example_fingerprint.xml
|
315
|
+
- spec/data/external_example_fingerprint/hp_printer_ex_01.txt
|
316
|
+
- spec/data/external_example_fingerprint/hp_printer_ex_02.txt
|
317
|
+
- spec/data/external_example_illegal_path_fingerprint.xml
|
302
318
|
- spec/data/smb_native_os.txt
|
303
319
|
- spec/data/test_fingerprints.xml
|
304
320
|
- spec/data/verification_fingerprints.xml
|
@@ -1,13 +0,0 @@
|
|
1
|
-
require 'recog/verifier'
|
2
|
-
require 'recog/formatter'
|
3
|
-
require 'recog/verify_reporter'
|
4
|
-
|
5
|
-
module Recog
|
6
|
-
module VerifierFactory
|
7
|
-
def self.build(options, db)
|
8
|
-
formatter = Formatter.new(options, $stdout)
|
9
|
-
reporter = VerifyReporter.new(options, formatter, db.path)
|
10
|
-
Verifier.new(db, reporter)
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|