Skip to content

Commit 6d7b483

Browse files
author
zerosum0x0
committed
fix print arch key
1 parent ec26f01 commit 6d7b483

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
@@ -658,7 +658,7 @@ def exploit_fish_barrel(pipe_handle)
658658
tinfo = tinfo.merge(xinfo['OFFSETS'])
659659
tinfo = tinfo.merge(xinfo['SESSION'])
660660

661-
vprint_status("Attempt controlling next transaction on #{@ctx['ARCH']}")
661+
vprint_status("Attempt controlling next transaction on #{tinfo['ARCH']}")
662662
xHEAP_CHUNK_PAD_SIZE = (tinfo['POOL_ALIGN'] - (tinfo['TRANS_SIZE']+xHEAP_HDR_SIZE) % tinfo['POOL_ALIGN']) % tinfo['POOL_ALIGN']
663663
xNEXT_TRANS_OFFSET = 0xf00 - shift_indata_byte + xHEAP_CHUNK_PAD_SIZE + xHEAP_HDR_SIZE
664664

0 commit comments

Comments
 (0)