Skip to content

Commit

Permalink
Update geekgame2023.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GWDx committed Oct 28, 2023
1 parent a019af3 commit 5b721e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/post/geekgame2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -1198,8 +1198,8 @@ import binascii
from icecream import ic

# sh = process('./pwn')

sh = remote('prob09.geekgame.pku.edu.cn', 10009)

sh.sendlineafter(
'Please input your token: ',
'419:MEUCIAJK6pgIYBAyoFwq0WANA1qSkViRLHOVsB2NajlbxhH9AiEAzmCTUCGKE9DnSt61ANO8cw2GpWE6Zj-1iFuTRm8E4Vg=')
Expand Down Expand Up @@ -1337,8 +1337,8 @@ from pwn import *
from icecream import ic

# sh = process('./pwn')

sh = remote('prob09.geekgame.pku.edu.cn', 10009)

sh.sendlineafter(
'Please input your token: ',
'419:MEUCIAJK6pgIYBAyoFwq0WANA1qSkViRLHOVsB2NajlbxhH9AiEAzmCTUCGKE9DnSt61ANO8cw2GpWE6Zj-1iFuTRm8E4Vg=')
Expand Down Expand Up @@ -1656,7 +1656,6 @@ from icecream import ic
# sh = process('./challenge2')
file = ELF('./challenge2')
sh = remote('prob09.geekgame.pku.edu.cn', 10011)
sh.sendlineafter(
Expand Down

0 comments on commit 5b721e4

Please sign in to comment.