unbreak the module, oops

git-svn-id: file:///home/svn/framework3/trunk@9093 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-04-16 05:10:36 +00:00
parent a402a69de6
commit 74a344ce7a
1 changed files with 2 additions and 3 deletions

View File

@ -171,9 +171,8 @@ class Metasploit3 < Msf::Exploit::Remote
handler
disconnect
if (dcerpc.last_response != nil
and dcerpc.last_response.stub_data != nil
and dcerpc.last_response.stub_data == "\x04\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00")
if (dcerpc.last_response != nil and dcerpc.last_response.stub_data != nil and
dcerpc.last_response.stub_data == "\x04\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00")
return true
else
return false