Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': import pysvn def get_login( realm, username, may_save ): print(username) print(password) return True, username, password, False client = pysvn.Client() username="abcd" password="xyz" client.set_default_username( username ) client.set_default_password( password ) client.callback_get_login = get_login #check out the current version of the pysvn project client.checkout('http://svn.source.com/svn/module', 'D:pysvn') Source: http://pastebin.com/raw.php?i=NfXyPi75

Viewing all articles
Browse latest Browse all 2663

Trending Articles