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

Potential leak of data: MySQL Connect Information

$
0
0
Detected 1 occurrence(s) of ‘mysql_[p]*connect\(["']{0,1}[a-z0-9\-\.\$]+["']{0,1}\s*,’: irth]', '$_POST[Telephone]')"; if (!mysqli_query($con,$sql)) { die('Error, please try again later.'; } echo "Successful"; mysqli_close($con); ?> $host = "hostname"; $user = "username"; $pwd = "password"; $db = "databasename"; $connect = mysql_connect($host, $user, $pwd) or die('Could not connect'); $db = mysql_select_db($db); $firstname = $_REQUEST['FirstName']; $lastname = $_REQUEST['LastName']; $date = $_REQUEST['DateofBirth']; $telephone = […]

Viewing all articles
Browse latest Browse all 2834

Trending Articles