outguess
outguess copied to clipboard
Universal steganographic tool
Invalid data and various images have thrown signal 8 (floating point exception) when attempting to retrieve stegged data. Integer division by 0 is occurring. Example file to cause crash: ...
On Debian Sid, the command outguess fails when doing ```dist check``` on arm64, armel, armhf, ppc64el and s390x when doing tests with jpg. outguess works fine on amd64 and i386...
The command histogram always returns an error. $ ./src/histogram tests/test.jpg histogram: malloc: Cannot allocate memory
as mentioned here (in an other fork of outguess): https://github.com/crorvick/outguess/issues/1 (NOTE: I did not try if it happens with this outguess too, but I would assume it does) > Outguess...
Something like: 1. generating/downloading a random image 2. embedding a random message into it 3. use `histogram` to analyze the image and check if containment of a hidden message is...
The license in the repo (https://github.com/resurrecting-open-source-projects/outguess/blob/master/LICENSE) indicates we need to reach out to Provos proactively, but the license in older repos linked on his site (https://www.provos.org/p/outguess-and-stegdetect-downloads/) and the bottom of...
This bug was taken from Debian[1]. [1] https://bugs.debian.org/1037481 ------------- From: Björn Wiberg To: Debian Bug Tracking System Subject: outguess: Stack smashing detected and SIGABRT during finding of best embedding Date:...
Using a grayscale as input results in an error "Bogus input colorspace". Because the output picture color_space=JCS_RGB, which conflicts with the input input_components=1. So we need to make color_space adjust...