prefer x64 dynamite

MS-2855/keylogger-mettle-extension
zerosum0x0 2018-01-31 17:19:09 -07:00
parent 6d7b48382e
commit 469209a2b3
1 changed files with 1 additions and 1 deletions

View File

@ -616,8 +616,8 @@ module Exploit::Remote::SMB::Client::Psexec_MS17_010
# do not know target architecture
# 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']]['x64'])
attempt_list.push(OS_ARCH_INFO[@ctx['os']]['x86'])
end
# ================================