Fix MSF tidy issues

bug/bundler_fix
Jonathan Claudius 2017-04-18 18:56:42 -04:00
parent 32f0b57091
commit 03e3065706
No known key found for this signature in database
GPG Key ID: 4BCDD990313DFA87
1 changed files with 3 additions and 3 deletions

View File

@ -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
))