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 b0d2949 commit c098313Copy full SHA for c098313
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).chomp}?/12345", 0x00
+ db "#{Rex::Text.hexify(uri.request_uri, 99999).chomp}?/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).chomp}", 0x00
+db "#{Rex::Text.hexify(uri.host, 99999).chomp}", 0x00
283
284
EOS
285
self.module_info['Stager']['Assembly'] = payload_data.to_s
0 commit comments