Skip to content

Commit

Permalink
Changes to sample config files and working towards synchingup module …
Browse files Browse the repository at this point in the history
…commits
  • Loading branch information
rcordovano committed May 21, 2012
1 parent 729bee6 commit bc1385c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
File renamed without changes.
18 changes: 18 additions & 0 deletions framework/SampleConfig/pipeline_config.xml
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<PIPELINE_CONFIG>
<PIPELINE type="FileAnalysis">
<MODULE order="1" type="plugin" location="HashCalcModule.dll"/>
<MODULE order="2" type="plugin" location="EntropyModule.dll"/>
<MODULE order="3" type="plugin" location="ZipExtractionModule.dll"/>
<!--The following module performs hash look ups using an NSRL database index. See http://www.sleuthkit.org/informer/sleuthkit-informer-7.html#nsrl
for instructions on using Sleuthkit hfind to create an index file-->
<!--<MODULE order="4" type="plugin" location="TskHashLookupModule.dll" arguments="TODO: Add path to NSRL index file"/>-->
</PIPELINE>
<PIPELINE type="Report">
<!--This pipeline configuration assumes that the RegRipper executable is named rip.exe and is present in the program directory-->
<MODULE order="1" type="plugin" location="RegRipperModule.dll" arguments="-e &quot;@PROGDIR\\RegRipper\\rip.exe&quot;;-o &quot;@OUT\\RegRipper\\&quot;"/>
<MODULE order="2" type="plugin" location="InterestingFilesModule.dll" arguments="-e &quot;@PROGDIR\\interesting_files.xml&quot;"/>
<MODULE order="3" type="plugin" location="SaveInterestingFilesModule.dll" arguments="&quot;@OUT\\InterestingFiles\\&quot;"/>
<MODULE order="4" type="plugin" location="SummaryModule.dll"/>
</PIPELINE>
</PIPELINE_CONFIG>
11 changes: 0 additions & 11 deletions framework/SampleConfig/pipeline_config_template.xml

This file was deleted.

2 changes: 1 addition & 1 deletion framework/TskModules/c_RegRipperModule
Submodule c_RegRipperModule updated from dfd173 to 102952
2 changes: 1 addition & 1 deletion framework/TskModules/c_TskHashLookupModule
Submodule c_TskHashLookupModule updated from 285361 to dabee2

0 comments on commit bc1385c

Please sign in to comment.