Reset the target to allow for multiple client connections
git-svn-id: file:///home/svn/framework3/trunk@13669 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0b72c931b6
commit
c5fe6ed503
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue