Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import urllib2
- session = ""
- for y in xrange(499):
- url = "http://webhacking.kr/challenge/codeing/code5.html?hit=hdarwin"
- req = urllib2.Request(url)
- req.add_header("Cookie", "PHPSESSID="+session)
- result = urllib2.urlopen(req)
Add Comment
Please, Sign In to add comment