Title: stegdetect_i686.uci Description: Stegdetect - finds steganographic content. Includes stegbreak - password cracker and IJG JPEG software. Version: 0.6 Author: Niels Provos Original-site: http://www.outguess.org/detection.php Copying-policy: Stegdetect - ??? IJG's JPEG - see their readme. file code - see their legal notice. -----==[ Color = green Filesize: 1.49M ]==----- Extension-by: wdef Comments: Stegdetect analyses image files for steganographic content. Comes with stegbreak, a steganography password cracker. Stegbreak needs to be po- inted at an external wordlist with the -f option eg: _ $ stegbreak -f /mnt/hda2/wordlists/american-english -tj test.jpg _ Wordlists from google (eg): _ ftp://ftp.ox.ac.uk/pub/wordlists/ http://wordlist.sourceforge.net http://www.outpost9.com/files/WordLists.html _ It appears wordlists should be decompressed first. _ - Included the (required) default rules.ini file from John the Ripper. Or use a custom rules file (-r option). _ - Included libevent-1.1b for xsteg, the GUI for stegdetect. Note the GUI only scans for stego content - the cli has more features. _ Compiled for i686 on dsl. Not tested on other archs. Compiles with IJG's JPEG suite included: jpegtran, cjpeg etc. I couldn't find license documentation for stegdetect with the sources. However the copying policies for 'file' and JPEG software are included. Debian distribute stegdetect binaries so I assume this is ok. Change-log: Current: 2007/07/11 - First Version