outguess icon indicating copy to clipboard operation
outguess copied to clipboard

Universal steganographic tool

Results 8 outguess issues
Sort by recently updated
recently updated
newest added

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: ![0](https://user-images.githubusercontent.com/21355332/130830575-57abb42a-c502-4ec1-b53f-04d531616079.jpg)...

bug
help wanted

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...

bug
help wanted
arm64

The command histogram always returns an error. $ ./src/histogram tests/test.jpg histogram: malloc: Cannot allocate memory

bug
help wanted

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...

bug
help wanted

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...

enhancement
help wanted
good first issue

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:...

help wanted

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...