Potential leak of data: MySQL Table with Passwords
Detected 1 occurrence(s) of ‘\|\s+Password\s+\|’:
Select using MySQL shows Mysql::Result, not my value
SELECT password FROM users WHERE username = 'admin';
+----------------------------------+
| password |
+----------------------------------+
| d456c1f6fa85ed2f6a26b15139c6ddc2 |
+----------------------------------+
con.query("SELECT password FROM users WHERE username = 'admin'")
#<Mysql::Result:0x950b208>
rows = con.query("SELECT password FROM e
Source: http://pastebin.com/raw.php?i=u6puua7d
Tags: MySQL Table with Passwords, pastebin.com
This entry was posted on Tuesday, June 19th, 2012 at 15:36 and is filed under PasteMon. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Comments are closed.

