Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ctForKey:@"username"]; <?php header('Content-type: text/xml'); session_start(); echo "<?xml version="1.0" encoding="UTF-8"?>n<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">n<plist version="1.0">n"; $username = "user"; $password = "pass"; $host = "localhost"; $database = "database"; // Make the connect to MySQL or die // and display an error. $link = mysql_connect($host, $username, $password); if (!$link) { die('Could not connect: ' […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles