Update Linux_Exploit_Suggester.pl

Minor Corrections
This commit is contained in:
PenturaLabs 2013-08-26 19:42:41 +01:00
commit 572322f470

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl
=head1 NAME
Linux_Exploit_Checker.pl - A local exploit suggester for linux
Linux_Exploit_Suggester.pl - A local exploit suggester for linux
=head1 DESCRIPTION
@ -30,7 +30,7 @@ Thanks to Brian for bugfixes, and sploit additions.
=head1 LICENSE
Linux Exploit Checker
Linux Exploit Suggester
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -51,7 +51,7 @@ Thanks to Brian for bugfixes, and sploit additions.
use Getopt::Std;
$VERSION="0.5";
$VERSION="0.6";
my $khost="";
my %opts;
getopt('k,h',\%opts);
@ -67,7 +67,7 @@ if (exists $opts{k}){
print "\nKernel local: $khost\n\n";
sub usage{
print "Linux Exploit Checker $VERSION\n";
print "Linux Exploit Suggester $VERSION\n";
print "Usage: \t$0 [-h] [-k kernel]\n";
print "\t[-h] help (this message)\n";
print "\t[-k] kernel number eg. 2.6.28\n";