allow multi/handler to work with java
git-svn-id: file:///home/svn/framework3/trunk@10020 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e20b4705e3
commit
73081e319f
|
@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'BadChars' => '',
|
'BadChars' => '',
|
||||||
'DisableNops' => true,
|
'DisableNops' => true,
|
||||||
},
|
},
|
||||||
'Platform' => [ 'win', 'linux', 'solaris', 'unix', 'osx', 'bsd', 'php' ],
|
'Platform' => [ 'win', 'linux', 'solaris', 'unix', 'osx', 'bsd', 'php', 'java' ],
|
||||||
'Arch' => ARCH_ALL,
|
'Arch' => ARCH_ALL,
|
||||||
'Targets' => [ [ 'Wildcard Target', { } ] ],
|
'Targets' => [ [ 'Wildcard Target', { } ] ],
|
||||||
'DefaultTarget' => 0
|
'DefaultTarget' => 0
|
||||||
|
|
Loading…
Reference in New Issue