DFIRPowerShellScripts icon indicating copy to clipboard operation
DFIRPowerShellScripts copied to clipboard

Various PowerShells scripts I've made (or others have made) to automate some of the boring stuff in my everyday DFIR journey!

Results 4 DFIRPowerShellScripts issues
Sort by recently updated
recently updated
newest added

```json "#:(APP_UPDATE):#": { "type": "update", "progress": 0, "location": "", "mimeType": null, "addedAt": 0, "receivedBytes": 0, "totalBytes": 0, "filename": "5.4.0", "state": "available" } ``` need to handle this better

Script would do the same as [KAPE-EZToolsAncillaryUpdater](https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater) but would do everything except for update KAPE, since KAPE will be in use while running a Module that'll call upon this script...

enhancement

Max File Size is managed in `./config/thor.yml` instead of passed through the command line. https://thor-manual.nextron-systems.com/en/latest/usage/configuration.html#maximum-file-size Revisit the others, and add better messaging.

bug