Fix a typo during port, this fixes #29.
git-svn-id: file:///home/svn/framework3/trunk@4458 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
f09c67a7c3
commit
819e24edd6
|
@ -140,7 +140,7 @@ class Exploits::Windows::Dcerpc::MS05_017_MSMQ < Msf::Exploit::Remote
|
|||
|
||||
print_status('Sending exploit ...')
|
||||
|
||||
response = dcerpc.call(0, stubdata)
|
||||
response = dcerpc.call(9, stubdata)
|
||||
|
||||
if (dcerpc.last_response != nil and dcerpc.last_response.stub_data != nil)
|
||||
case dcerpc.last_response.stub_data
|
||||
|
|
Loading…
Reference in New Issue