X64 compat for payload_inject

bug/bundler_fix
Meatballs 2015-08-23 22:03:57 +01:00
parent d766484b1f
commit 1c91b126f1
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Metasploit3 < Msf::Exploit::Local
'sinn3r'
],
'Platform' => [ 'win' ],
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
'SessionTypes' => [ 'meterpreter' ],
'Targets' => [ [ 'Windows', {} ] ],
'DefaultTarget' => 0,