We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7b483 commit 469209aCopy full SHA for 469209a
lib/msf/core/exploit/smb/client/psexec_ms17_010.rb
@@ -616,8 +616,8 @@ def exploit_fish_barrel(pipe_handle)
616
# do not know target architecture
617
# this case is only for Windows 2003
618
# try offset of 64 bit then 32 bit because no target architecture
619
- attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x86'])
620
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x64'])
+ attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x86'])
621
end
622
623
# ================================
0 commit comments