Fix MSF tidy issues
parent
32f0b57091
commit
03e3065706
|
@ -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
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in New Issue