Add ftimes 3.2.1, a system baselining and evidence collection tool.
PR: 50369 Submitted by: Klayton Monroe <klm@ir.exodus.net>
This commit is contained in:
parent
d4ec9e072c
commit
26c02d6eed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77982
6 changed files with 68 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
SUBDIR += fragrouter
|
||||
SUBDIR += fressh
|
||||
SUBDIR += fsh
|
||||
SUBDIR += ftimes
|
||||
SUBDIR += ftpmap
|
||||
SUBDIR += fuzz
|
||||
SUBDIR += fwanalog
|
||||
|
|
29
security/ftimes/Makefile
Normal file
29
security/ftimes/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: ftimes
|
||||
# Date created: 20 August 2002
|
||||
# Whom: Klayton Monroe <klm@ir.exodus.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ftimes
|
||||
PORTVERSION= 3.2.1
|
||||
CATEGORIES= security sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ftimes
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= klm@ir.exodus.net
|
||||
COMMENT= A system baselining and evidence collection tool
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
.if defined(WITHOUT_SSL)
|
||||
CONFIGURE_ARGS= --without-ssl
|
||||
.else
|
||||
USE_OPENSSL= YES
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
MAN1= ftimes.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/ftimes/distinfo
Normal file
1
security/ftimes/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ftimes-3.2.1.tgz) = a62ce08399f6b121cabbfbbf96583e7b
|
8
security/ftimes/pkg-descr
Normal file
8
security/ftimes/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
FTimes is a system baselining and evidence collection tool. Its
|
||||
primary purpose is to gather and/or develop information about
|
||||
specified directories and files in a manner conducive to intrusion
|
||||
analysis. It was designed to support the following initiatives:
|
||||
content integrity monitoring, incident response, intrusion analysis,
|
||||
and computer forensics.
|
||||
|
||||
WWW: http://ftimes.sourceforge.net/FTimes/
|
19
security/ftimes/pkg-message
Normal file
19
security/ftimes/pkg-message
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
----------------------------------------------------------------------
|
||||
If necessary, check the value of ${PREFIX} and update your PATH
|
||||
and MANPATH environment variables accordingly. By default, FTimes
|
||||
is rooted in the following location: /usr/local/integrity.
|
||||
|
||||
For information on how to configure an Apache Web server to handle
|
||||
FTimes requests and verify client-server connectivity, refer to
|
||||
the INSTALL document located in the project's source tree.
|
||||
|
||||
"System Baselining -- A Forensic Perspective" provides additional
|
||||
background information for those interested in the subject. This
|
||||
paper, written in LaTeX, is called baselining.tex and is located
|
||||
in the project's source tree. A PDF version of the same is
|
||||
available at: http://ftimes.sourceforge.net/FTimes/Papers.shtml
|
||||
|
||||
Sample configuration files can be found in ${PREFIX}/etc.
|
||||
----------------------------------------------------------------------
|
||||
|
10
security/ftimes/pkg-plist
Normal file
10
security/ftimes/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
bin/ftimes
|
||||
etc/dig.cfg.sample
|
||||
etc/get.cfg.sample
|
||||
etc/map.cfg.sample
|
||||
etc/put.cfg.sample
|
||||
@unexec rmdir %D/bin 2> /dev/null || true
|
||||
@unexec rmdir %D/etc 2> /dev/null || true
|
||||
@unexec rmdir %D/man/man1 2> /dev/null || true
|
||||
@unexec rmdir %D/man 2> /dev/null || true
|
||||
@unexec rmdir %D 2> /dev/null || true
|
Loading…
Reference in a new issue