- 2007-08-04 (Sat) 3:24
- PHP | ImageFight
Recently it was reported that some picture files buried within the attack code of PHP was discovered on the major hosting site.
The RFI attack of PHP code can be buried within GIF, PNG, JPEG, and other picture files.
PHP code in GIF image file (sample)
phpinfo.gif
include.php
<h1>PHP/GIF include demo</h1>
<?php
include("./phpinfo.gif");
?>
Result
- Newer: New Browser detection : Web 2.0 HTML Hacks
- Older: Presentations
Comments:1
- Sudhanshu 07-10-04 (Thu) 23:40
-
Hey, what is that BZ thingie??
