Skip to content

Commit 469209a

Browse files
author
zerosum0x0
committed
prefer x64 dynamite
1 parent 6d7b483 commit 469209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/smb/client/psexec_ms17_010.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,8 @@ def exploit_fish_barrel(pipe_handle)
616616
# do not know target architecture
617617
# this case is only for Windows 2003
618618
# try offset of 64 bit then 32 bit because no target architecture
619-
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x86'])
620619
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x64'])
620+
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x86'])
621621
end
622622

623623
# ================================

0 commit comments

Comments
 (0)