Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <!DOCTYPE html> <head> </head> <body> <?php //mysql login creds $username = "XXX"; $password = "XXX"; $hostname = "XXX"; //This is the var that holds the connection // create a new cURL resource $ch = curl_init("URL W/ API KEY"); $fp = fopen("blank.txt", "w"); // set URL and other appropriate options curl_setopt($ch, […]
↧