Land #7317, Fix typo in exploit/unix/local/chkrootkit
commit
9a583dce49
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue