Guest User

NETFLIX ACCPUNT CHECKER

a guest
Feb 13th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. Here is the link to the full source code, I decide to included blank txt files you need to help with initial setup.
  2.  
  3. Choose your preferred download location:
  4. - Google Drive: https://drive.google.com/open?id=0Byx4wB...U56NlJOWnc
  5. - Mega: https://mega.nz/#!dEwQFYzZ
  6. - Mediafire: http://www.mediafire.com/download/9omxg5...-v0.4b.zip
  7.  
  8. Check the download
  9. To check sha sum on linux/mac: shasum -a 256 Netflix-v0.4b.zip
  10. SHA256: 78c1db9e22636752699b2414b2c2870dab4ac84c5ea8e89afb3dc0069c86c7ae Netflix-v0.4b.zip
  11.  
  12. No virus, reports are here
  13. All reports show 100% clean, you have the full source code so you can check that manually if you want, its clean.
  14.  
  15. VirusTotal: https://virustotal.com/en/file/78c1db9e2...468835445/
  16. Jotti: https://virusscan.jotti.org/en-US/filesc...727dkj2ucj
  17. Metadefender: https://www.metadefender.com/#!/results/...cted/files
  18. Garyshood: http://www.garyshood.com/virus/results.p...ab0d56fd71
  19.  
  20.  
  21. Accounts:
  22. Put all your accounts you want to check in checkAccounts.txt there are three formats:
  23. Username:Password:Country
  24. Username:Password:HTTP
  25. Username:Password
  26.  
  27. 1. Country specific proxy list e.g.: Username:Password:AU
  28. 2. HTTP proxy list e.g. : Username:Password:HTTP
  29. 3. Default proxy list e.g.: Username:Password
  30.  
  31. Proxies:
  32. Just add proxies to the specific country, if you don't want to use proxies based on countries the Netflix account is from just put the proxies in proxy-Default.txt
  33.  
  34. Proxy list format:
  35. Address:Port
  36.  
  37. No Proxies:
  38. If no proxies are added it will just use direct connection.
  39.  
  40. Results:
  41. Working accounts are stored in workingAccounts.txt.
  42.  
  43. Instructions for windows
  44. 1. Unzip the folder 'Netflix' to the desktop
  45. 2. open folder copy and paste your account list into checkAccount.txt
  46. 3. Download then install Python if you don't have python already: https://www.python.org/ftp/python/2.7.12...2.7.12.msi
  47. 4. Windows Key + R, then type and press enter: cmd /c C:\Python27\python -m pip install --upgrade pip
  48. 5. Windows Key + R, then type and press enter: cmd /k C:\Python27\Scripts\pip install mechanize
  49. 6. Windows Key + R, then type and press enter: cmd /k C:\Python27\Scripts\pip install ProgressBar2
  50. 7. In the command prompt window type and enter: cd %HOMEPATH%\desktop\Netflix\
  51. 8. In the command prompt window type and enter: C:\Python27\python netflix-checker.py
  52. 9. Open workingAccounts.txt in the Netflix Folder, the active accounts are listed there.
  53.  
  54. Remember this is a beta release. If you find bugs inbox me and ill try to fix them as soon as possible.
  55.  
  56. Did you like this release?
  57. Classify leak as working & Like the page so others can find this tool as well :)
  58.  
  59.  
  60.  
  61.  
  62. Hey everyone Happy
  63.  
  64. Netflix Bulk Account Checker [v0.4 Beta]
  65.  
  66. Currently tested on (post below your OS if it works properly):
  67. Windows 10
  68. Windows 7
  69. Mac 10.12
  70.  
  71. New Features:
  72. - Working accounts file
  73. - Working / Inactive / Dead accounts count
  74. - No proxy or HTTP or SOCKS proxy with options for country specific checking
  75. - Firefox Useragent (Lockout protection)
  76. - Large Proxy List Support (Lockout protection)
  77. - Better error checking
  78. - Progress bar
  79.  
  80. Coming Soon
  81. - Total Rewrite
Add Comment
Please, Sign In to add comment