Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <html> <body> <?php $host = "146.185.155.117"; $user ="digital"; $password = "peqybyjep"; $dbname = "sinner_koc"; $db = new PDO("mysql:host=$host;dbname=$dbname", $user, $password); $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $sql = "SHOW TABLES;"; $result = $db->query($sql); echo("$result"); ?> </body> </html> Source: http://pastebin.com/raw.php?i=7vhyKvj0
↧