Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: import urllib2 auth_handler = urllib2.HTTPBasicAuthHandler() auth_handler.add_password(realm=' ??? ', uri=' ??? ', user='USERNAME', passwd='PASSWORD') opener = urllib2.build_opener(auth_handler) urllib2.install_opener(opener) urllib2.urlopen('EXAMPLELINK') import urllib2, ssl sslv3_handler = urllib2.HTTPSHandler(context=ssl.SSLContext(ssl.PROTOCOL_SSLv3)) opener = urllib2.build_opener(sslv3_handler Source: http://pastebin.com/raw.php?i=6we5d7c5

Viewing all articles
Browse latest Browse all 2663

Trending Articles