Minor style cleanup
parent
421fc20964
commit
b4f6d984dc
|
@ -43,7 +43,7 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl bash'
|
||||
},
|
||||
'EncoderType' => Msf::Encoder::Type::Raw,
|
||||
'EncoderType' => Msf::Encoder::Type::Raw
|
||||
},
|
||||
'Platform' => %w(osx win),
|
||||
'Targets' =>
|
||||
|
@ -231,8 +231,6 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
|
||||
def do_html(cli, _req)
|
||||
resp = create_response
|
||||
this_git_uri = URI.parse(get_uri).merge(git_uri)
|
||||
this_mercurial_uri = URI.parse(get_uri).merge(mercurial_uri)
|
||||
resp.body = <<HTML
|
||||
<html>
|
||||
<head><title>Public Repositories</title></head>
|
||||
|
|
Loading…
Reference in New Issue