fix x64 typo

MS-2855/keylogger-mettle-extension
zerosum0x0 2018-01-31 17:12:07 -07:00
parent d5d3769517
commit ec26f01360
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ module Exploit::Remote::SMB::Client::Psexec_MS17_010
# this case is only for Windows 2003
# try offset of 64 bit then 32 bit because no target architecture
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x86'])
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['64'])
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x64'])
end
# ================================