We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421fc20 commit b4f6d98Copy full SHA for b4f6d98
modules/exploits/multi/http/git_cve_2014_9390.rb
@@ -43,7 +43,7 @@ def initialize(info = {})
43
'PayloadType' => 'cmd',
44
'RequiredCmd' => 'generic perl bash'
45
},
46
- 'EncoderType' => Msf::Encoder::Type::Raw,
+ 'EncoderType' => Msf::Encoder::Type::Raw
47
48
'Platform' => %w(osx win),
49
'Targets' =>
@@ -231,8 +231,6 @@ def do_git(cli, req)
231
232
def do_html(cli, _req)
233
resp = create_response
234
- this_git_uri = URI.parse(get_uri).merge(git_uri)
235
- this_mercurial_uri = URI.parse(get_uri).merge(mercurial_uri)
236
resp.body = <<HTML
237
<html>
238
<head><title>Public Repositories</title></head>
0 commit comments