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

ZIP Not Found #56

Open vikas891 opened 4 years ago

vikas891 commented 4 years ago

ERROR: "Test/[NameOfTheZip].zip" cannot be found by the system. Please verify filename and path are correct. . I'm consistently getting this error despite the ZIP being available on that location. I can confirm that the hostname doesn't contain '-' as well.

root@skadi:/home/skadi# cdqr -z --max_cpu Test/[NameOfTheZip] --es_kb Issac1 Assigning CDQR to the host network The Docker network can be changed by modifying the "DOCKER_NETWORK" environment variable Example (default Skadi mode): export DOCKER_NETWORK=host Example (use other Docker network): export DOCKER_NETWORK=skadi-backend docker run --network host aorlikoski/cdqr:5.0.0 -y -z --max_cpu Test/[NameOfTheZip] --es_kb Issac1 CDQR Version: 5.0 Plaso Version: 20190331 Using parser: win Number of cpu cores to use: 4 ERROR: "Test/[NameOfTheZip]" cannot be found by the system. Please verify filename and path are correct. Exiting...

vikas891 commented 4 years ago

Sorry, I raised it in the wrong place it seems. The answer is here - https://github.com/orlikoski/Skadi/issues/119