Skip to content

Commit 401532e

Browse files
committed
Land rapid7#1721, Stage encoding for reverse_http(s)
This was an oversight when originally re-enabling stage encoding. [See rapid7#1316]
2 parents e5a7c38 + 2949c4a commit 401532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/handler/reverse_http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def on_request(cli, req, obj)
327327
end
328328
print_status("Patched Communication Timeout at offset #{i}...")
329329

330-
resp.body = blob
330+
resp.body = encode_stage(blob)
331331

332332
# Short-circuit the payload's handle_connection processing for create_session
333333
create_session(cli, {

0 commit comments

Comments
 (0)