forked from peterclemenko/c_ZIPExtractionModule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
33 lines (20 loc) · 816 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Zip Exraction Module
Sleuth Kit Framework C++ Module
May 2012
This module is for the C++ Sleuth Kit Framework.
DESCRIPTION
This module extracts the files stored inside of ZIP files. This
enables you to find all possible files with evidence. Files
extracted from ZIP files are scheduled so that they can later be
analyzed in a file anlaysis pipeline.
DEPLOYMENT REQUIREMENTS
This module does not have any specific deployment requirements.
USAGE
Add this module to a file analysis pipeline. See the TSK
Framework documents for information on adding the module
to the pipeline:
http://www.sleuthkit.org/sleuthkit/docs/framework-docs/
This module takes no configuration arguments.
RESULTS
The files are extracted, added to the database, and scheduled
for analysis.