summaryrefslogtreecommitdiffstats
path: root/system/bulk_extractor/slack-desc
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyatlinuxleo.com>2012-08-11 14:20:42 -0400
committer Robby Workman <rworkman@slackbuilds.org>2012-08-14 22:30:50 -0500
commit101fb426987bb95a041af9b6f847baf31e5ccb1a (patch)
tree915204151d02b977d48557dec8953fc8fc71671e /system/bulk_extractor/slack-desc
parent7c4462dd7684741dc54da555e82cde7939a417aa (diff)
downloadslackbuilds-101fb426987bb95a041af9b6f847baf31e5ccb1a.tar.gz
slackbuilds-101fb426987bb95a041af9b6f847baf31e5ccb1a.tar.xz
system/bulk_extractor: Added (forensic tool)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--system/bulk_extractor/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/bulk_extractor/slack-desc b/system/bulk_extractor/slack-desc
new file mode 100644
index 0000000000..a603e3a6f8
--- /dev/null
+++ b/system/bulk_extractor/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+bulk_extractor: bulk_extractor (forensic tool)
+bulk_extractor:
+bulk_extractor: bulk_extractor is a C++ program that scans a disk image, a file, or a
+bulk_extractor: directory of files and extracts useful information without parsing
+bulk_extractor: the file system or file system structures. The results are stored in
+bulk_extractor: feature files that can be easily inspected, parsed, or processed with
+bulk_extractor: automated tools. bulk_extractor also creates histograms of features
+bulk_extractor: that it finds, as features that are more common tend to be more
+bulk_extractor: important.
+bulk_extractor: bulk_extractor is distinguished from other forensic tools by its
+bulk_extractor: speed and thoroughness.