Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

$
0
0
Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: : connect(username="foo") else: connect(username="foo", password="bar", otherarg="zed") connect_kwargs = dict(username="foo") if authenticate: connect_kwargs['password'] = "bar" connect_kwargs['otherarg'] = "zed" connect(**connect_kwargs) password = "bar" if authenticate else None otherarg = "zed" if authenticate else None connect(username="foo", password=password, otherarg=otherarg) authenticate_kwargs = {'password': "bar", 'otherarg': "zed"} if authenticate else {} connect(username="foo", **authentic Source: http://pastebin.com/raw.php?i=68muRBy7

Viewing all articles
Browse latest Browse all 2663

Trending Articles