Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: # in rails console > u = User.new(email: "test@test.com", password: "password") > u.save > u.password => "password" > u.password_digest => "xjdk..." # close above console session and open a new one > u = User.find_by(email: "test@test.com") > u.password => nil Source: http://pastebin.com/raw.php?i=4yM0n5jZ

Viewing all articles
Browse latest Browse all 2834

Trending Articles