Update Linux_Exploit_Suggester.pl
Minor Corrections
This commit is contained in:
parent
795e420012
commit
572322f470
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue