Skip to content

Commit ec26f01

Browse files
author
zerosum0x0
committed
fix x64 typo
1 parent d5d3769 commit ec26f01

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
@@ -617,7 +617,7 @@ def exploit_fish_barrel(pipe_handle)
617617
# this case is only for Windows 2003
618618
# try offset of 64 bit then 32 bit because no target architecture
619619
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x86'])
620-
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['64'])
620+
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x64'])
621621
end
622622

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

0 commit comments

Comments
 (0)