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

Bypass pause at the end of CDQR processing #42

Closed pcsifu closed 5 years ago

pcsifu commented 5 years ago

Alan, can you please add a switch to allow users to bypass the pause at the end of running CDQR. As you are aware I have included CDQR in my scripting processes. I have automated CaseFramework processing (with the exception of volatility setup prior to processing which requires minimal user interaction). By bypassing the pause it would allow me to continue additional processing without requiring the user to press any key to continue.

orlikoski commented 5 years ago

Does the -y flag not do this already?

https://github.com/orlikoski/CDQR/blob/master/src/cdqr.py#L1579