1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add mac-robber 1.00, a tool for listing Modify, Access, Create

timestamps from files.

PR:		47011
Submitted by:	Yonatan <Yonatan@xpert.com>
This commit is contained in:
Mark Pulford 2003-02-17 09:19:01 +00:00
parent 6f6780ceb9
commit db1157510b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75690
5 changed files with 37 additions and 0 deletions

View File

@ -123,6 +123,7 @@
SUBDIR += logcheck
SUBDIR += lsh
SUBDIR += lxnb
SUBDIR += mac-robber
SUBDIR += mcrypt
SUBDIR += mdcrack
SUBDIR += mhash

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: mac-robber
# Date created: Jan 12 2003
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= mac-robber
PORTVERSION= 1.00
CATEGORIES= security
MASTER_SITES= http://www.atstake.com/research/tools/
MAINTAINER= Yonatan@xpert.com
COMMENT= A tool for listing Modify, Access, Create timestamps from files
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} -o mac-robber mac-robber.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (mac-robber-1.00.tar.gz) = 4fa05cf85dd0d28c2780b6151b74f9f0

View File

@ -0,0 +1,11 @@
mac-robber is a Forensics & Incident Response tool used to collect
the Modified, Access, and Change (MAC) times from allocated files.
It recursively reads MAC times of files and directories and prints
them in 'time machine' format to STDOUT. This format is the same
that the mactime tool from The Coroners Toolkit (TCT) reads.
mac-robber is based on the grave-robber tool from The Coroners
Toolkit (TCT) when using the '-m' flag, except it does not require
Perl!
WWW: http://www.atstake.com/research/tools/forensic/

View File

@ -0,0 +1,2 @@
@comment $FreeBSD$
bin/mac-robber