From 90a2a3d15ecd5930c2a0aed149b8ea61a7e18afd Mon Sep 17 00:00:00 2001 From: PenturaLabs Date: Sat, 22 Feb 2014 18:28:25 +0000 Subject: [PATCH] Update Linux_Exploit_Suggester.pl CVE-2014-0038 added more vulnerable kernels --- Linux_Exploit_Suggester.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux_Exploit_Suggester.pl b/Linux_Exploit_Suggester.pl index e041729..f852608 100755 --- a/Linux_Exploit_Suggester.pl +++ b/Linux_Exploit_Suggester.pl @@ -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/',