sighook / pixload

Image Payload Creating/Injecting tools
Do What The F*ck You Want To Public License
1.19k stars 237 forks source link

Implement PLTE & tEXt chunks injection for PNG files #22

Open sighook opened 1 year ago

sighook commented 1 year ago

Description:

Since we already have IDAT chunk injection that survives the various post-filtering techniques like PHP-GD compression, PHP-GD resizing, and ImageMagick resizing (unlike PLTE & tEXt), this is not a hot issue. But, nice to have more options.

Reference:

https://www.synacktiv.com/publications/persistent-php-payloads-in-pngs-how-to-inject-php-code-in-an-image-and-keep-it-there.html Credits to Quentin Roland.