prefer x64 dynamite
parent
6d7b48382e
commit
469209a2b3
|
@ -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
|
||||
|
||||
# ================================
|
||||
|
|
Loading…
Reference in New Issue