Skip to content

Instantly share code, notes, and snippets.

@wellingtonlee
Last active July 7, 2019 19:22
Show Gist options
  • Save wellingtonlee/4a5b4072a7f8375beeee17e495e004a4 to your computer and use it in GitHub Desktop.
Save wellingtonlee/4a5b4072a7f8375beeee17e495e004a4 to your computer and use it in GitHub Desktop.
Test BoxStarter Script
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
New-Item -Path "C:\" -Name "Reversing" -ItemType "directory"
cinst ida-free explorersuite 7zip.install hxd sysinternals regshot notepadplusplus.install sublimetext3 upx wireshark googlechrome git adobereader
cinst peinsider -s .
cinst pdfstreamdumper -s .
cinst capturebat -s .
cinst visualstudio2008 -s .
# Missing packages:
# PE insider - Added via package
# regfsnotify - Download and move to a folder https://github.com/mgoffin/malwarecookbook/blob/master/9/3/RegFsNotify.exe
# visual studio express 2008 - added via package
# pdfstreamdumper - added via package
# officemalscanner - A ZIP
# capturebat - added via package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment