Skip to content

Commit c8880e8

Browse files
committed
Move local exploit to correct location
1 parent 6b46316 commit c8880e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/freebsd/misc/watchguard_local_privesc.rb renamed to modules/exploits/freebsd/local/watchguard_fix_corrupt_mail.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ class Metasploit4 < Msf::Exploit::Local
1818

1919
def initialize(info = {})
2020
super(update_info(info,
21-
'Name' => 'Watchguard XCS Local Privilege Escalation',
21+
'Name' => 'Watchguard XCS FixCorruptMail Local Privilege Escalation',
2222
'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.
23+
This module exploits a vulnerability in the Watchguard XCS 'FixCorruptMail' script called
24+
by root's crontab which can be exploited to run a command as root within 3 minutes.
2525
},
2626
'Author' =>
2727
[

0 commit comments

Comments
 (0)