summaryrefslogtreecommitdiffstats
path: root/system/bulk_extractor/README
blob: 3679062b4b70e6704ee596bdc38ebd80f0e27ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
bulk_extractor is a C++ program that scans a disk image, a file, or a directory
of files and extracts useful information without parsing the file system or
file system structures. The results are stored in feature files that can be
easily inspected, parsed, or processed with automated tools. bulk_extractor
also creates histograms of features that it finds, as features that are more
common tend to be more important.

bulk_extractor is distinguished from other forensic tools by its speed and
thoroughness.

Optional dependancies include libewf (recognized if installed), afflib
(recognized if installed), and liblightgrep.

To add optional liblightgrep support:

  LIGHTGREP_ENABLE=yes ./bulk_extractor.SlackBuild

NOTE:
  When running bulk_extractor with lightgrep, use
  "-x find -e lightgrep -F findlist.txt" in addition to regular options.

If you want to use the java based GUI (BEViewer), you will also need to have
java installed. This has been tested with JDK.