We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec26f01 commit 6d7b483Copy full SHA for 6d7b483
lib/msf/core/exploit/smb/client/psexec_ms17_010.rb
@@ -658,7 +658,7 @@ def exploit_fish_barrel(pipe_handle)
658
tinfo = tinfo.merge(xinfo['OFFSETS'])
659
tinfo = tinfo.merge(xinfo['SESSION'])
660
661
- vprint_status("Attempt controlling next transaction on #{@ctx['ARCH']}")
+ vprint_status("Attempt controlling next transaction on #{tinfo['ARCH']}")
662
xHEAP_CHUNK_PAD_SIZE = (tinfo['POOL_ALIGN'] - (tinfo['TRANS_SIZE']+xHEAP_HDR_SIZE) % tinfo['POOL_ALIGN']) % tinfo['POOL_ALIGN']
663
xNEXT_TRANS_OFFSET = 0xf00 - shift_indata_byte + xHEAP_CHUNK_PAD_SIZE + xHEAP_HDR_SIZE
664
0 commit comments