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\-_\!\$]+["']‘: <?php try { $pdo = new PDO('mysql:host=localhost;dbname=exercise', 'root', 'root'); } catch (PDOException $e){ exit('Datebase error.'); } ?> <?php $host = "localhost"; $username = "root"; $password = "root"; $dbname = "exercise"; $mysqli = new mysqli($host, $username, $password, $dbname); if(mysqli_connect_errno()) { echo "Error: Could not connect to database."; exit; } ?> $query [...]

Viewing all articles
Browse latest Browse all 2663

Trending Articles