Post

Webhacking.kr - web32

web32

Solution

1
그냥 내 id를 100번 해서 1등해주면 됨.
1
2
3
4
5
6
7
import requests

url='https://webhacking.kr/challenge/code-5/?hit={id}'
cookies={'PHPSESSID':'[redacted]'}

for i in range(1,101):
    res=requests.get(url,cookies=cookies)
This post is licensed under CC BY 4.0 by the author.