Update Linux_Exploit_Suggester.pl

CVE-2014-0038 added more vulnerable kernels
This commit is contained in:
PenturaLabs 2014-02-22 18:28:25 +00:00
commit 90a2a3d15e

View file

@ -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/',