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