Skip to content

Commit a7d866b

Browse files
author
Brent Cook
committed
specify the 'Arch' values that psexec supports
1 parent 653f8b5 commit a7d866b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/windows/smb/psexec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def initialize(info = {})
5757
'StackAdjustment' => -3500
5858
},
5959
'Platform' => 'win',
60+
'Arch' => [ARCH_X86, ARCH_X86_64],
6061
'Targets' =>
6162
[
6263
[ 'Automatic', { } ],

0 commit comments

Comments
 (0)