Move local exploit to correct location
parent
6b46316a56
commit
c8880e8ad6
|
@ -18,10 +18,10 @@ class Metasploit4 < Msf::Exploit::Local
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Watchguard XCS Local Privilege Escalation',
|
'Name' => 'Watchguard XCS FixCorruptMail Local Privilege Escalation',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module exploits a vulnerability in the Watchguard XCS 'FixCorruptMail' script called by root's crontab
|
This module exploits a vulnerability in the Watchguard XCS 'FixCorruptMail' script called
|
||||||
which can be exploited to run a command as root within 3 minutes.
|
by root's crontab which can be exploited to run a command as root within 3 minutes.
|
||||||
},
|
},
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
Loading…
Reference in New Issue