diff --git a/modules/exploits/linux/ssh/mercurial_ssh_exec.rb b/modules/exploits/linux/ssh/mercurial_ssh_exec.rb index d84d414758..588fb4fbb1 100644 --- a/modules/exploits/linux/ssh/mercurial_ssh_exec.rb +++ b/modules/exploits/linux/ssh/mercurial_ssh_exec.rb @@ -10,9 +10,9 @@ class MetasploitModule < Msf::Exploit::Remote def initialize(info={}) super(update_info(info, - 'Name' => "Mercurial custom hg-ssh wrapper Remote Code Exec", + 'Name' => "Mercurial Custom hg-ssh Wrapper Remote Code Exec", 'Description' => %q{ - This module takes advantage of custom hg-ssh wrapper implementations that don't + This module takes advantage of custom hg-ssh wrapper implementations that don'that adequately validate parameters passed to the hg binary, allowing users to trigger a Python Debugger session, which allows arbitrary Python code execution. }, @@ -33,7 +33,7 @@ class MetasploitModule < Msf::Exploit::Remote 'Arch' => ARCH_PYTHON, 'Targets' => [ ['Automatic', {}] ], 'Privileged' => false, - 'DisclosureDate' => "April 18 2017", + 'DisclosureDate' => "Apr 18 2017", 'DefaultTarget' => 0 ))