Added forensics section

This commit is contained in:
Stefan Molls
2014-04-23 10:38:32 -05:00
parent b3e2f78615
commit 788305a83e
78 changed files with 3731 additions and 0 deletions

31
tools/dff.md Normal file
View File

@@ -0,0 +1,31 @@
# dff
Notes
-------
Digital Forensics Framework dff is a simple but powerful open source tool with a flexible module system which will help you in your digital forensics works, including files recovery due to error or crash, evidence research and analysis, etc. The source code is written in C++ and Python, allowing performances and great extensibility.
Help Text
-------
```
DFF
Digital Forensic Framework
Usage: /usr/bin/dff [options]
Options:
-v --version display current version
-g --graphical launch graphical interface
-b --batch=FILENAME executes batch contained in FILENAME
-l --language=LANG use LANG as interface language
-h --help display this help message
-d --debug redirect IO to system console
--verbosity=LEVEL set verbosity level when debugging [0-3]
-c --config=FILEPATH use config file from FILEPATH
```
Example Usage
-------
Links
-------