Skip to content

Commit d6faf20

Browse files
committed
Make title more accurate
1 parent 379c0ef commit d6faf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/horde_unserialize_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote
1212

1313
def initialize(info = {})
1414
super(update_info(info,
15-
'Name' => 'Horde Unserialize PHP Code Execution',
15+
'Name' => 'Horde Framework Unserialize PHP Code Execution',
1616
'Description' => %q{
1717
This module exploits a php unserialize() vulnerability in Horde <= 5.1.1 which could be
1818
abused to allow unauthenticated users to execute arbitrary code with the permissions of

0 commit comments

Comments
 (0)