recog 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/xml/ssh_banners.xml CHANGED
@@ -451,7 +451,7 @@ fingerprint SSH servers.
451
451
  </fingerprint>
452
452
 
453
453
  <fingerprint pattern="^OpenSSH_(.*)_Mikrotik_v(.*)$">
454
- <description>Huawei Versatile Routing Platform (VRP)</description>
454
+ <description>OpenSSH on MicroTik</description>
455
455
  <param pos="1" name="service.version"/>
456
456
  <param pos="2" name="os.version"/>
457
457
  <param pos="0" name="service.vendor" value="OpenBSD"/>
@@ -547,17 +547,18 @@ fingerprint SSH servers.
547
547
  <param pos="0" name="os.product" value="ScreenOS"/>
548
548
  </fingerprint>
549
549
 
550
- <fingerprint pattern="^(HUAWEI-VRP-?|VRP-)(.*)$">
550
+ <fingerprint pattern="^(?:HUAWEI-VRP-?|VRP-)(.*)$">
551
551
  <description>Huawei Versatile Routing Platform (VRP)</description>
552
- <param pos="2" name="service.version"/>
553
- <param pos="2" name="os.version"/>
552
+ <example os.version="3.10" service.version="3.10">HUAWEI-VRP-3.10</example>
554
553
  <param pos="0" name="service.vendor" value="Huawei"/>
555
554
  <param pos="0" name="service.family" value="VRP"/>
556
555
  <param pos="0" name="service.product" value="VRP"/>
556
+ <param pos="1" name="service.version"/>
557
557
  <param pos="0" name="os.vendor" value="Huawei"/>
558
558
  <param pos="0" name="os.device" value="Router"/>
559
559
  <param pos="0" name="os.family" value="VRP"/>
560
560
  <param pos="0" name="os.product" value="VRP"/>
561
+ <param pos="1" name="os.version"/>
561
562
  </fingerprint>
562
563
 
563
564
  <fingerprint pattern="^([^\s]+) sshlib: GlobalScape$">
data/xml/upnp_banners.xml CHANGED
@@ -446,7 +446,7 @@
446
446
  <param pos="1" name="os.version"/>
447
447
  </fingerprint>
448
448
 
449
- <fingerprint pattern="^Linux/(\S+), UPnP/(\S+), Free UPnP Entertainment Service/$">
449
+ <fingerprint pattern="^Linux/(\S+), UPnP/\S+, Free UPnP Entertainment Service/$">
450
450
  <description>Free UPnP Entertainment Service UPnP Server</description>
451
451
  <param pos="0" name="service.vendor" value="Unknown"/>
452
452
  <param pos="0" name="service.product" value="FUPPES"/>
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: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7 Research
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-02 00:00:00.000000000 Z
11
+ date: 2015-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec