I am looking for tools which can detect JPEG steganography for Windows or Linux.
All the projects I found are either so old that they are missing dependencies and there are no precompiled binaries.
stegdetect is so old and I can't seem to get it to install through any of the package managers of Linux.
Found this Python project: https://github.com/bannsec/stegoVeritas
However it uses PIL and Python3 and can't seem to install dependencies.
Aren't there any precompiled binaries for JPEG steganography detection available anywhere?
I only have zsteg but that cannot be used against JPEG files.