bug/bundler_fix
James Lee 2016-09-14 13:21:37 -05:00
parent 36ada9914c
commit 27be29edb4
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
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