orlikoski / CDQR

The Cold Disk Quick Response (CDQR) tool is a fast and easy to use forensic artifact parsing tool that works on disk images, mounted drives and extracted artifacts from Windows, Linux, MacOS, and Android devices
GNU General Public License v3.0
332 stars 51 forks source link

Fix leading "/" being stripped on Results folder #5

Closed orlikoski closed 7 years ago

orlikoski commented 7 years ago

the output directory appears to have the initial "/" removed, causing it to create/write to a different non-specified directory.

For example, this: cdqr.py -p win --nohash --max_cpu /mnt/Testing/disk.E01 /mnt/Testing/

...ends up creating the following local directory path output, instead of writing to the specified mount dir: mnt/Testing/

orlikoski commented 7 years ago

Fixed in 3.0.1