I managed to get a 7-ZIP archive using the following command:
c:\Users\User\source\repos\dfir-orc-config>output\DFIR-Orc.exe /out=\Temp\test /key=7z
I managed to get a ZIP archive using the following command:
c:\Users\User\source\repos\dfir-orc-config>output\DFIR-Orc.exe /out=\Temp\test /key=zip
But I could not get a CAB archive using the following command:
c:\Users\User\source\repos\dfir-orc-config>output\DFIR-Orc.exe /out=\Temp\test /key=cab
The process gets stuck, I have to press Ctrl+C to exit.
I'm using the official unconfigured build of DFIR-ORC v10.0.20 inside a "developer virtual machine" from Microsoft.
Console logs for 7-ZIP and CAB calls are attached to this issue.
Hello, the cab support has been dropped because of the format limitations. There are still some legacy artefacts that need to be removed, sorry about that.
Hi,
I just gave a try to CAB archives support in DFIR-ORC and I did not manage to get it to work.
Here is the minimal
DFIR-ORC_config.xml
file I'm using :I managed to get a 7-ZIP archive using the following command:
c:\Users\User\source\repos\dfir-orc-config>output\DFIR-Orc.exe /out=\Temp\test /key=7z
I managed to get a ZIP archive using the following command:
c:\Users\User\source\repos\dfir-orc-config>output\DFIR-Orc.exe /out=\Temp\test /key=zip
But I could not get a CAB archive using the following command:
c:\Users\User\source\repos\dfir-orc-config>output\DFIR-Orc.exe /out=\Temp\test /key=cab
The process gets stuck, I have to press Ctrl+C to exit.I'm using the official unconfigured build of DFIR-ORC v10.0.20 inside a "developer virtual machine" from Microsoft. Console logs for 7-ZIP and CAB calls are attached to this issue.
Am I missing something or is this a bug ?
Best regards
console_log_cab.txt console_log_7z.txt