fix x64 typo
parent
d5d3769517
commit
ec26f01360
|
@ -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
|
||||
|
||||
# ================================
|
||||
|
|
Loading…
Reference in New Issue