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 header('Content-Type: text/html; charset=utf-8'); ?> <html> <head> <meta charset="utf-8"/> </head> <? $servername = "SERVERNAME"; $username = "USERNAME"; $password = "PASSWORD"; $dbname = "meltzar"; // Create connection $conn = mysqli_connect($servername, $username, $password, $dbname); if(!mysqli_set_charset($conn, 'utf8')) { echo 'the connection is not in utf8'; exit(); } // Check connection if (!$conn) { […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles