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\-_\!\$]+["']‘: host","arun","sachin11"); $rows = array(); $db_select = mysql_select_db('Schoolapp', $con); $username = $_POST['username']; $password = $_POST['password']; $result = mysql_query("SELECT ChildPassportName,ChildID FROM SchoolDB where Username='$username' and Password='$password'",$con); while($r = mysql_fetch_assoc($result)) { $rows[] = $r; } print json_encode($rows); mysql_close($con); ?> public class ChildProfile extends Activity { private TextView childname,childid; private Button get; private EditText […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles