Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': in future versions, just to recognize the old source... # http://pastebin.com/jg53WVmt import argparse import cookielib import mechanize import time import sys # Constants LOGIN_PAGE = "http://www.netflix.com/Login" DEFAULT_PASSWORD = "netflix" # for handling some errors USER_AGENT = "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" WAIT = 1 #seconds […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles