Package: stegdetect Version: 0.5 Revision: 1 ### Description: Detects data hidden in JPEG files License: BSD Maintainer: James Gibbs ### Source: http://www.outguess.org/%n-%v.tar.gz Source-MD5: 6f3708bb15fd629ced835d12f561e82b SourceDirectory: %n Patch: %f.patch ### SetCFLAGS: -no-cpp-precomp SetCC: gcc3 ### InstallScript: << make install prefix=%i mandir=%i/share/man datadir=%i/share head -29 stegdetect.c > Copyright << ### DocFiles: Copyright ### Homepage: http://www.outguess.org/detection.php ### DescDetail: << Stegdetect is an automated tool for detecting steganographic content in images. It is capable of detecting several different steganographic methods to embed hidden information in JPEG images. Currently, the detectable schemes are jsteg, jphide (unix and windows), invisible secrets, outguess 01.3b, F5 (header analysis), appendX and camouflage. Stegbreak is used to launch dictionary attacks against JSteg-Shell, JPHide and OutGuess 0.13b. << ### DescUsage: << There are man pages for stegdetect and stegbreak. If you wish to try stegbreak on the first steganographic image found in the wild (at http://www.citi.umich.edu/u/provos/stego/abc.html), make sure "abc" is in your dictionary. << ### DescPort: << Patched file/Makefile.in to add -no-cpp-precomp to CPPFLAGS. Patched Makefile.in to remove -static from stegbreak build. CFLAGS set to -no-cpp-precomp to avoid an "illegal instruction" while running "stegbreak -tj myjpeg.jpg" <<