Land #7317, Fix typo in exploit/unix/local/chkrootkit

bug/bundler_fix
Pearce Barry 2016-09-14 13:32:31 -05:00
commit 9a583dce49
No known key found for this signature in database
GPG Key ID: 0916F4DEA5C5DE0A
1 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@ class MetasploitModule < Msf::Exploit::Local
super(update_info(info, super(update_info(info,
'Name' => 'Chkrootkit Local Privilege Escalation', 'Name' => 'Chkrootkit Local Privilege Escalation',
'Description' => %q{ 'Description' => %q{
Chkrootkit before 0.50 will run any executable file named Chkrootkit before 0.50 will run any executable file named /tmp/update
/tmp/update as root, allowing a trivial privsec. as root, allowing a trivial privilege escalation.
WfsDelay is set to 24h, since this is how often a chkrootkit WfsDelay is set to 24h, since this is how often a chkrootkit scan is
scan is scheduled by default. scheduled by default.
}, },
'Author' => [ 'Author' => [
'Thomas Stangner', # Original exploit 'Thomas Stangner', # Original exploit