summaryrefslogtreecommitdiff
path: root/security/tct/DESCR
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-03 10:58:57 +0000
committeragc <agc@pkgsrc.org>2002-01-03 10:58:57 +0000
commit6630f9fa23059622327155155639298827f9c84c (patch)
treedeef914ce57cc84118e238611a68bcfcb9d27003 /security/tct/DESCR
parent372298fd9242fc524385bd5fa7ff83200dbcc3fb (diff)
downloadpkgsrc-6630f9fa23059622327155155639298827f9c84c.tar.gz
Initial import of tct-1.0.9 into the NetBSD Packages Collection.
TCT is a collection of programs by Dan Farmer and Wietse Venema for a post-mortem analysis of a UNIX system after break-in. Notable TCT components are the grave-robber tool that captures information, the ils and mactime tools that display access patterns of files dead or alive, the unrm and lazarus tools that recover deleted files, and the findkey tool that recovers cryptographic keys from a running process or from files. WARNING This software is not for the faint of heart. It is relatively unpolished compared to the software that Dan and Wietse usually release. TCT can spend a lot of time collecting data. And although TCT collects lots of data, many analysis tools still need to be written. Based on patches provided in PR 15081 by frazee.23@osu.edu.
Diffstat (limited to 'security/tct/DESCR')
-rw-r--r--security/tct/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/tct/DESCR b/security/tct/DESCR
new file mode 100644
index 00000000000..29edcec5d70
--- /dev/null
+++ b/security/tct/DESCR
@@ -0,0 +1,16 @@
+TCT is a collection of programs by Dan Farmer and Wietse Venema for a
+post-mortem analysis of a UNIX system after break-in.
+
+Notable TCT components are the grave-robber tool that captures
+information, the ils and mactime tools that display access patterns of
+files dead or alive, the unrm and lazarus tools that recover deleted
+files, and the findkey tool that recovers cryptographic keys from a
+running process or from files.
+
+WARNING
+
+This software is not for the faint of heart. It is relatively
+unpolished compared to the software that Dan and Wietse usually
+release. TCT can spend a lot of time collecting data. And although
+TCT collects lots of data, many analysis tools still need to be
+written.