We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b46316 commit c8880e8Copy full SHA for c8880e8
modules/exploits/freebsd/misc/watchguard_local_privesc.rb renamed to modules/exploits/freebsd/local/watchguard_fix_corrupt_mail.rb
@@ -18,10 +18,10 @@ class Metasploit4 < Msf::Exploit::Local
18
19
def initialize(info = {})
20
super(update_info(info,
21
- 'Name' => 'Watchguard XCS Local Privilege Escalation',
+ 'Name' => 'Watchguard XCS FixCorruptMail Local Privilege Escalation',
22
'Description' => %q{
23
- This module exploits a vulnerability in the Watchguard XCS 'FixCorruptMail' script called by root's crontab
24
- which can be exploited to run a command as root within 3 minutes.
+ This module exploits a vulnerability in the Watchguard XCS 'FixCorruptMail' script called
+ by root's crontab which can be exploited to run a command as root within 3 minutes.
25
},
26
'Author' =>
27
[
0 commit comments