Writeup
Pwn
English
FlyDragon
nc lotuxctf.com 10000
or checkserver.py
This challenge consists of two rounds:
Since you need to complete two rounds within one minute, it's not possible to solve this challenge by manual input. Instead, use pwntools
to solve this challenge.
After guessing the number in Round 1, you will receive a response telling you whether your guess is too big or too small. Binary search is a great choice to complete Round 2.
Use a for loop to solve Round 2.