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

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: import pymsql conn = pymysql.connect(host='hostname', port=3306, user='root', passwd='abcdef', db='mydb') cur = conn.cursor() cur.execute("SELECT * FROM userlogin") for r in cur.fetchall(): print(r) cur.close() conn.close() Source: http://pastebin.com/raw.php?i=vYft4XfQ

Viewing all articles
Browse latest Browse all 2663

Trending Articles