recog 1.0.13 → 1.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/smb_native_os.xml +2 -2
- data/xml/ssh_banners.xml +2 -2
- data/xml/upnp_banners.xml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e644a53b22cb83686c20e04a157cf4c449ab2949
|
4
|
+
data.tar.gz: 57ebf0489c9e197013abb195d286ecba48ddc76e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1095c9c7208450e6d8c3ab4cd98e0f2ff4f0f05fec8a08a2aaf27a712af0780772e9710516218c97859fde2b998eaae6b2872549dbc07c9acc1822eeca0e90fa
|
7
|
+
data.tar.gz: 84ed98140d16270b44113b7a3120312cf0ddd77064708c261cbd080c74922275fe3961b9da7a870123585c5a86bd5dd5517cf085836f316682d8c5e28d0b706d
|
data/lib/recog/version.rb
CHANGED
data/xml/smb_native_os.xml
CHANGED
@@ -145,8 +145,8 @@
|
|
145
145
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
146
146
|
<param pos="0" name="os.product" value="Windows Server 2008"/>
|
147
147
|
<param pos="0" name="os.edition" value="Storage"/>
|
148
|
-
<param pos="
|
149
|
-
<param pos="
|
148
|
+
<param pos="2" name="os.build"/>
|
149
|
+
<param pos="3" name="os.version"/>
|
150
150
|
</fingerprint>
|
151
151
|
|
152
152
|
<!-- TODO: Need an example string -->
|
data/xml/ssh_banners.xml
CHANGED
@@ -463,7 +463,7 @@ fingerprint SSH servers.
|
|
463
463
|
<param pos="0" name="os.product" value="RouterOS"/>
|
464
464
|
</fingerprint>
|
465
465
|
|
466
|
-
<fingerprint pattern="^OpenSSH_(.*) in DesktopAuthority (
|
466
|
+
<fingerprint pattern="^OpenSSH_(.*) in DesktopAuthority (?:.*)$">
|
467
467
|
<!-- OpenSSH_3.8 in DesktopAuthority 5.55.030 -->
|
468
468
|
<description>DesktopAuthority SSH</description>
|
469
469
|
<param pos="1" name="service.version"/>
|
@@ -662,7 +662,7 @@ fingerprint SSH servers.
|
|
662
662
|
<param pos="0" name="service.product" value="Reflection"/>
|
663
663
|
</fingerprint>
|
664
664
|
|
665
|
-
<fingerprint pattern="^([^\s]*)\s*F-Secure SSH\s*(
|
665
|
+
<fingerprint pattern="^([^\s]*)\s*F-Secure SSH\s*(?:.*)$">
|
666
666
|
<!-- 3.2.3 F-Secure SSH Windows NT Server -->
|
667
667
|
<description>Attachmate Reflection (formerly F-Secure SSH)
|
668
668
|
</description>
|
data/xml/upnp_banners.xml
CHANGED
@@ -363,7 +363,7 @@
|
|
363
363
|
<param pos="1" name="os.version"/>
|
364
364
|
</fingerprint>
|
365
365
|
|
366
|
-
<fingerprint pattern="^Microsoft-Windows/6.2 UPnP/(
|
366
|
+
<fingerprint pattern="^Microsoft-Windows/6.2 UPnP/(?:\S+) UPnP-Device-Host/(?:\S+)$">
|
367
367
|
<description>Windows 8 or Windows Server 2012 with unknown UPnP components</description>
|
368
368
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
369
369
|
<param pos="0" name="os.product" value="Windows 8"/>
|