Minor style cleanup

bug/bundler_fix
Jon Hart 2014-12-22 17:51:35 -08:00
parent 421fc20964
commit b4f6d984dc
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 3 deletions

View File

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