Skip to content

Commit

Permalink
Add Regshot. Closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Nov 20, 2023
1 parent 5a03a25 commit 12f7cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/download/git.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $repourls = `
"https://github.com/pan-unit42/dotnetfile.git", `
"https://github.com/reuteras/dfirws.wiki.git", `
"https://github.com/rizinorg/cutter-jupyter.git", `
"https://github.com/Seabreg/Regshot.git", `
"https://github.com/SigmaHQ/sigma.git", `
"https://github.com/volexity/one-extract.git", `
"https://github.com/volexity/threat-intel.git", `
Expand Down
2 changes: 2 additions & 0 deletions setup/start_sandbox.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Add-ToUserPath "$env:ProgramFiles\Notepad++"
Add-ToUserPath "$GIT\ese-analyst"
Add-ToUserPath "$GIT\Events-Ripper"
Add-ToUserPath "$GIT\RegRipper3.0"
Add-ToUserPath "$GIT\Regshot"
Add-ToUserPath "$GIT\Trawler"
Add-ToUserPath "$GIT\Zircolite\bin"
Add-ToUserPath "$TOOLS\bin"
Expand Down Expand Up @@ -440,6 +441,7 @@ Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\OS\Windows\Thumbcache Viewer.lnk"
New-Item -ItemType Directory "$HOME\Desktop\dfirws\OS\Windows\Registry"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\OS\Windows\Registry\Registry Explorer.lnk" -DestinationPath "$TOOLS\Zimmerman\RegistryExplorer\RegistryExplorer.exe"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\OS\Windows\Registry\RegRipper (rip).lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\OS\Windows\Registry\RegShot.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"

# Programming
New-Item -ItemType Directory "$HOME\Desktop\dfirws\Programming"
Expand Down

0 comments on commit 12f7cb7

Please sign in to comment.