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

26
tools/tsk_loaddb.md Normal file
View File

@@ -0,0 +1,26 @@
# tsk_loaddb
Notes
-------
tsk_loaddb - populate a SQLite database with metadata from a disk image
Help Text
-------
```
usage: tsk_loaddb [-vVk] [-i imgtype] [-b dev_sector_size] [-d output_dir] image [image]
-k: Don't create block data table
-d output_dir: The directory to store the database in (default is the same directory as the image)
-i imgtype: The format of the image file (use '-i list' for supported types)
-b dev_sector_size: The size (in bytes) of the device sectors
-v: verbose output to stderr
-V: Print version
```
Example Usage
-------
To load image data from image.dd to image.dd.db:
tsk_loaddb ./image.dd
Links
-------
[1] http://www.sleuthkit.org/sleuthkit/man/tsk_loaddb.html