Update Linux_Exploit_Suggester.pl
CVE-2014-0038 added more vulnerable kernels
This commit is contained in:
parent
715cce405b
commit
90a2a3d15e
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ use strict;
|
|||
use warnings;
|
||||
use Getopt::Std;
|
||||
|
||||
our $VERSION = '0.8';
|
||||
our $VERSION = '0.9';
|
||||
|
||||
my %opts;
|
||||
getopt( 'k,h', \%opts );
|
||||
|
|
@ -466,7 +466,7 @@ sub get_exploits {
|
|||
},
|
||||
'timeoutpwn' => {
|
||||
vuln => [
|
||||
'3.4.0',
|
||||
'3.4','3.5','3.6','3.7','3.8','3.9','3.10',
|
||||
],
|
||||
cve => '2014-0038',
|
||||
mil => 'http://www.exploit-db.com/exploits/31346/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue