Skip to content

Instantly share code, notes, and snippets.

@mark-hallman
Created April 25, 2019 12:33
Show Gist options
  • Select an option

  • Save mark-hallman/f98aa63abc21a075ccf21b282d8318d6 to your computer and use it in GitHub Desktop.

Select an option

Save mark-hallman/f98aa63abc21a075ccf21b282d8318d6 to your computer and use it in GitHub Desktop.
##############################
# 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