URL to site:
//TbH Team // Turk Black Hat // skote_vahshat Admin page Scaner $test) { $ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_URL, $site.$test); $result = curl_exec($ch); curl_close($ch); //print $url; if (preg_match("/200 OK/", $result)){ echo "
[!] w00t! w00t! Found phpMyAdmin [ $site$test ]"; } else if (preg_match("/401 Unauthorized/", $result)) { echo "
[!] w00t! w00t! Found phpMyAdmin [ $site$test ]"; } else { echo "
[-] Nothing found on [$site$test]"; } } } ?>