I'm trying to install Steghide on my Parrot Security OS, but I keep running into issues. When I run the command 'sudo apt-get install steghide', it gives me errors about dependencies not being satisfiable, and it can't seem to locate Steghide. I really need it for a capture-the-flag challenge. Can anyone help me with this?
1 Answer
You might need to install the required dependencies first, just like you would on any other Linux distribution. Try to find out what dependencies Steghide needs and install those individually.
I tried that, but when I used 'sudo apt-get install libmhash mcrypt', it said it couldn't locate those packages. Do you have any specific commands or things I should check?