1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Add stegdetect 0.2, an automated tool for detecting stenographic

content in jpegs.
This commit is contained in:
Mark Pulford 2001-07-19 15:07:54 +00:00
parent 3a6764bfe7
commit 0ae3bdb947
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45247
6 changed files with 35 additions and 0 deletions

View File

@ -171,6 +171,7 @@
SUBDIR += sslproxy
SUBDIR += sslwrap
SUBDIR += sst
SUBDIR += stegdetect
SUBDIR += steghide
SUBDIR += strobe
SUBDIR += stunnel

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: stegdetect
# Date created: Jul 19, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= stegdetect
PORTVERSION= 0.2
CATEGORIES= security
MASTER_SITES= http://www.outguess.org/
MAINTAINER= markp@FreeBSD.org
# Note: stegdetect includes a modified version of jpeg-6b linked statically
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= stegdetect.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (stegdetect-0.2.tar.gz) = 4cc42e2868e0714a3f1b9c08decae34b

View File

@ -0,0 +1 @@
An automated tool for detecting stenographic content in jpegs

View File

@ -0,0 +1,11 @@
Stegdetect is an automated tool for detecting steganographic content
in images. It is capable of detecting severval 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
WWW: http://www.outguess.org/detection.html

View File

@ -0,0 +1 @@
bin/stegdetect