steganography

Decoding an image with Stegano Module

Decoding an image with Stegano Module Question: I have a image file that i have to decode with Stegano module. I tried everything but always getting syntax error. Error: root@kali:~/Downloads/Stegano-master# stegano-lsb reveal -i predat0r.png Install Stegano: sudo pip install Stegano Traceback (most recent call last): File “/usr/local/bin/stegano-lsb”, line 32, in <module> from stegano import tools …

Total answers: 2