Land #5745, undefined variable "rop" fix

bug/bundler_fix
William Vu 2015-07-21 11:01:49 -05:00
commit 928c82c96e
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class Metasploit3 < Msf::Exploit::Remote
#Target Addr=0x0c0c0c0c
p = generate_rop_payload('java', payload.encoded)
else
p = rop + payload.encoded
p = payload.encoded
end
arch = Rex::Arch.endian(my_target.arch)