mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
add target info for generic so reloading gets correct compatible payloads
git-svn-id: file:///home/svn/framework3/trunk@11354 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
f1c13e24a6
commit
3d52c5c4c0
@ -28,7 +28,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||||||
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },
|
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
[ 'Generic (Java Payload)', { } ],
|
[ 'Generic (Java Payload)', {
|
||||||
|
'Arch' => ARCH_JAVA,
|
||||||
|
'Platform' => 'java'
|
||||||
|
} ],
|
||||||
[ 'Linux', {
|
[ 'Linux', {
|
||||||
'Arch' => ARCH_X86,
|
'Arch' => ARCH_X86,
|
||||||
'Platform' => 'linux'
|
'Platform' => 'linux'
|
||||||
|
Loading…
Reference in New Issue
Block a user