Extracting With pngdump.py, (Sun, Jun 8th)
作者更新了pngdump.py程序以提取PNG文件中的数据块和额外信息,并分析了一个被木马化的PNG文件,发现其中包含隐藏的有效负载。 2025-6-8 05:16:10 Author: isc.sans.edu(查看原文) 阅读量:8 收藏

Inspired by Xavier's diary entry "A PNG Image With an Embedded Gift", I updated my pngdump.py program to enable the extraction of chunks and extra data (similar to my other analysis tools, like pngdump.py).

Here is the analysis of the trojanized PNG file Xavier discussed:

Notice that this PNG file has 11 "items": 10 valid items (1 header and 9 chunks) and one invalid item: unexpected data after the terminating chunk (IEND).

This can easily be selected with -s 11:

That's the appended payload:

Didier Stevens
Senior handler
blog.DidierStevens.com


文章来源: https://isc.sans.edu/diary/rss/32022
如有侵权请联系:admin#unsafe.sh