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