Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': <?php //PHP 5 + // database settings $db_username = 'root'; $db_password = 'redacted'; $db_name = 'test'; $db_host = 'localhost'; //mysqli $mysqli = new mysqli($db_host, $db_username, $db_password, $db_name); if (mysqli_connect_errno()) { header('HTTP/1.1 500 Error: Could not connect to db!'); exit(); } ################ Source: http://pastebin.com/raw.php?i=TBfc0bBw

Viewing all articles
Browse latest Browse all 2663

Trending Articles