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 d5d3769 commit ec26f01Copy full SHA for ec26f01
lib/msf/core/exploit/smb/client/psexec_ms17_010.rb
@@ -617,7 +617,7 @@ def exploit_fish_barrel(pipe_handle)
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']]['64'])
+ attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x64'])
621
end
622
623
# ================================
0 commit comments