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:
parent
3a6764bfe7
commit
0ae3bdb947
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45247
@ -171,6 +171,7 @@
|
||||
SUBDIR += sslproxy
|
||||
SUBDIR += sslwrap
|
||||
SUBDIR += sst
|
||||
SUBDIR += stegdetect
|
||||
SUBDIR += steghide
|
||||
SUBDIR += strobe
|
||||
SUBDIR += stunnel
|
||||
|
20
security/stegdetect/Makefile
Normal file
20
security/stegdetect/Makefile
Normal 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>
|
1
security/stegdetect/distinfo
Normal file
1
security/stegdetect/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (stegdetect-0.2.tar.gz) = 4cc42e2868e0714a3f1b9c08decae34b
|
1
security/stegdetect/pkg-comment
Normal file
1
security/stegdetect/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An automated tool for detecting stenographic content in jpegs
|
11
security/stegdetect/pkg-descr
Normal file
11
security/stegdetect/pkg-descr
Normal 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
|
1
security/stegdetect/pkg-plist
Normal file
1
security/stegdetect/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/stegdetect
|
Loading…
Reference in New Issue
Block a user