Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
4yn committed Mar 1, 2021
1 parent af60adb commit 26d6efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsonus21/syscall-phobia/syscall-phobia-writeup.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Once in the server, just cat the flag. Note that the server's `$PATH` was pollut
# For local test
r = process(binary_path)
# For live challenge
# r = remote(c'tf-85ib.balancedcompo.site', 9998)
# r = remote('ctf-85ib.balancedcompo.site', 9998)

r.read()
r.sendline(shellcode.hex())
Expand Down

0 comments on commit 26d6efa

Please sign in to comment.