Silicaly

Untitled

Jun 23rd, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. import urllib
  2. while True:
  3. while True:
  4. try:
  5. urllib.urlretrieve("http://isitfriday.org/submit", "sumbitForm.html")
  6. break
  7. except:
  8. ""
  9. html_file = open('submitForm.html')
  10. line = html_file.read()
  11. line = line.splitlines()[247]
  12. line = line[78:]
  13. line = line[:-9]
  14. html_file.close()
  15. print "I am not a robot captcha: "+line+"="+str(eval(line))+" Deal with it.."
Advertisement
Add Comment
Please, Sign In to add comment