Tâches Cron - Exploitation d'ImageMagick

cd /opt/app/static/assets/images
truncate -s 0 metadata.log
find /opt/app/static/assets/images/ -type f -name "*.jpg" | xargs /usr/bin/magick identify >> metadata.log
Exploitation via LD_PRELOAD
LD_PRELOAD

Mis à jour