X64 compat for payload_inject
parent
d766484b1f
commit
1c91b126f1
|
@ -27,6 +27,7 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
'sinn3r'
|
||||
],
|
||||
'Platform' => [ 'win' ],
|
||||
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
|
||||
'SessionTypes' => [ 'meterpreter' ],
|
||||
'Targets' => [ [ 'Windows', {} ] ],
|
||||
'DefaultTarget' => 0,
|
||||
|
|
Loading…
Reference in New Issue