Skip to content

Commit f80c3aa

Browse files
committed
Correct absolute path
1 parent bdf121e commit f80c3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/smb/ms17_010_eternalblue.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def make_kernel_user_payload(ring3, proc_name, ep_thl_b, et_alertable, teb_acp,
696696
end
697697

698698
def make_kernel_shellcode
699-
# see: /external/source/shellcode/windows/multi_arch_kernel_queue_apc.asm
699+
# see: external/source/shellcode/windows/multi_arch_kernel_queue_apc.asm
700700
# Length: 1019 bytes
701701

702702
#"\xcc"+

0 commit comments

Comments
 (0)