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,
'Name' => 'Chkrootkit Local Privilege Escalation',
'Description' => %q{
Chkrootkit before 0.50 will run any executable file named
/tmp/update as root, allowing a trivial privsec.
Chkrootkit before 0.50 will run any executable file named /tmp/update
as root, allowing a trivial privilege escalation.
WfsDelay is set to 24h, since this is how often a chkrootkit
scan is scheduled by default.
WfsDelay is set to 24h, since this is how often a chkrootkit scan is
scheduled by default.
},
'Author' => [
'Thomas Stangner', # Original exploit