Created
April 23, 2019 20:56
-
-
Save mark-hallman/e970ac6b69550099d9e8154f04da9269 to your computer and use it in GitHub Desktop.
Script from to update /kape/module/bin files from latest Zimmerman Tools exe's
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################## | |
| # Script from Jerod Alexander to update /kape/module/bin files | |
| ############################## | |
| @echo off | |
| cd "C:\Forensic Program Files\Zimmerman" | |
| powershell .\Get-ZimmermanTools.ps1 | |
| cd C:\KAPE | |
| powershell .\Get-KAPEUpdate.ps1 | |
| kape.exe --sync | |
| robocopy "C:\Forensic Program Files\" C:\KAPE\Modules\bin *.exe /v /copy:dat /w:1 /r:1 | |
| robocopy "C:\Forensic Program Files\ShellBagsExplorer" C:\KAPE\Modules\bin SBECmd.exe /v /copy:dat /w:1 /r:1 | |
| robocopy "C:\Forensic Program Files\Zimmerman\RegistryExplorer" c:\kape\modules\bin RECmd.exe /v /copy:dat /w:1 /r:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment