imagejs

Hide JavaScript code inside valid image files for steganography

brewmacoslinux
Try with needOr install directly
Source

About

Tool to hide JavaScript inside valid image files

Commands

imagejs

Examples

hide javascript code inside an image file$ imagejs hide script.js image.png output.png
extract hidden javascript from an image$ imagejs extract image.png recovered.js
embed malicious payload in image for obfuscation$ imagejs hide payload.js photo.jpg stealthy.jpg
check if an image contains hidden javascript$ imagejs check suspicious.png
hide minified js in jpeg while keeping image valid$ imagejs hide minified.js input.jpg hidden.jpg