Reset the target to allow for multiple client connections

git-svn-id: file:///home/svn/framework3/trunk@13669 4d416f70-5f16-0410-b530-b9f4589650da
unstable
David Rude 2011-08-30 22:29:14 +00:00
parent 0b72c931b6
commit c5fe6ed503
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Metasploit3 < Msf::Exploit::Remote
result = rand_text_alpha(1000)
send_response(cli, rand_text_alpha(30), { 'CSEC' => csec, 'RESULT' => result } )
#@mytarget = nil
@mytarget = nil
return
end