diff --git a/setup/start_sandbox.ps1 b/setup/start_sandbox.ps1 index f8acf70..647d164 100644 --- a/setup/start_sandbox.ps1 +++ b/setup/start_sandbox.ps1 @@ -172,9 +172,8 @@ Add-ToUserPath "$TOOLS\malcat\bin" Add-ToUserPath "$TOOLS\lessmsi" Add-ToUserPath "$TOOLS\nmap" Add-ToUserPath "$TOOLS\node" -Add-ToUserPath "$TOOLS\systeminformer\x64" -Add-ToUserPath "$TOOLS\systeminformer\x86" Add-ToUserPath "$TOOLS\pev" +Add-ToUserPath "$TOOLS\php" Add-ToUserPath "$TOOLS\procdot\win64" Add-ToUserPath "$TOOLS\pstwalker" Add-ToUserPath "$TOOLS\qpdf\bin" @@ -185,6 +184,8 @@ Add-ToUserPath "$TOOLS\ripgrep" Add-ToUserPath "$TOOLS\scdbg" Add-ToUserPath "$TOOLS\sqlite" Add-ToUserPath "$TOOLS\ssview" +Add-ToUserPath "$TOOLS\systeminformer\x64" +Add-ToUserPath "$TOOLS\systeminformer\x86" Add-ToUserPath "$TOOLS\sysinternals" Add-ToUserPath "$TOOLS\thumbcacheviewer" Add-ToUserPath "$TOOLS\trid" @@ -447,6 +448,7 @@ Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\OS\Windows\Registry\RegShot.lnk" - New-Item -ItemType Directory "$HOME\Desktop\dfirws\Programming" Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\java.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop" Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\node.lnk" -DestinationPath "$TOOLS\node\node.exe" +Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\php.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop" Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\Python.lnk" -DestinationPath "$VENV\default\Scripts\python.exe" new-item -ItemType Directory "$HOME\Desktop\dfirws\Programming\dotNET" Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\dotNET\dotnetfile_dump.py.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"