I'm running into an issue trying to use the Docker version of this tool
$ ls -l
-rw-r--r--. 1 user user 34055033 May 21 21:12 steghide.jpg
-rw-r--r--. 1 user user 139921497 Feb 21 2020 rockyou.txt
$ podman run --rm -it -v "$(pwd):/steg" rickdejager/stegseek steghide.jpg rockyou.txt
StegSeek 0.6 - https://github.com/RickdeJager/StegSeek
[!] error: could not open the file "steghide.jpg".
$ podman run --rm -it -v "$(pwd):/steg" rickdejager/stegseek /steg/steghide.jpg /steg/rockyou.txt
StegSeek 0.6 - https://github.com/RickdeJager/StegSeek
[!] error: could not open the file "/steg/steghide.jpg".
$ uname -a
Linux laptop 6.19.14-ogc5.1.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 05:12:23 UTC 2026 x86_64 GNU/Linux
$ podman --version
podman version 5.8.2
Sadly, I can't share the file as it's part of a CTF
I'm running into an issue trying to use the Docker version of this tool
Sadly, I can't share the file as it's part of a CTF