Created
April 25, 2019 12:33
-
-
Save mark-hallman/f98aa63abc21a075ccf21b282d8318d6 to your computer and use it in GitHub Desktop.
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