nyk0r

Hidden Ochan

Aug 29th, 2011
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.18 KB | None | 0 0
  1. In [1]: import requests # http://docs.python-requests.org/en/latest/user/install/
  2. In [2]: letters = 'abcdefghijklmnopqrstuvwxyz'
  3. In [3]: for url in ['http://0chan.ru/_{0}{1}/'.format(a, b) for a in letters for b in letters]:
  4.    ....:     if requests.get(url).status_code == 200:
  5.    ....:         print url
  6.    ....:        
  7.    ....:        
  8. http://0chan.ru/_aa/
  9. http://0chan.ru/_ar/
  10. http://0chan.ru/_bb/
  11. http://0chan.ru/_bm/
  12. http://0chan.ru/_cm/
  13. http://0chan.ru/_cn/
  14. http://0chan.ru/_co/
  15. http://0chan.ru/_cs/
  16. http://0chan.ru/_dr/
  17. http://0chan.ru/_en/
  18. http://0chan.ru/_eo/
  19. http://0chan.ru/_ew/
  20. http://0chan.ru/_ff/
  21. http://0chan.ru/_fg/
  22. http://0chan.ru/_ga/
  23. http://0chan.ru/_hl/
  24. http://0chan.ru/_kr/
  25. http://0chan.ru/_kt/
  26. http://0chan.ru/_ln/
  27. http://0chan.ru/_ls/
  28. http://0chan.ru/_mc/
  29. http://0chan.ru/_mf/
  30. http://0chan.ru/_mh/
  31. http://0chan.ru/_mo/
  32. http://0chan.ru/_nd/
  33. http://0chan.ru/_nn/
  34. http://0chan.ru/_nu/
  35. http://0chan.ru/_ok/
  36. http://0chan.ru/_pd/
  37. http://0chan.ru/_ph/
  38. http://0chan.ru/_po/
  39. http://0chan.ru/_qq/
  40. http://0chan.ru/_rf/
  41. http://0chan.ru/_rm/
  42. http://0chan.ru/_sc/
  43. http://0chan.ru/_sn/
  44. http://0chan.ru/_tf/
  45. http://0chan.ru/_to/
  46. http://0chan.ru/_vs/
Advertisement
Add Comment
Please, Sign In to add comment