Skip to content

Commit

Permalink
Update versions and fix path search for pstwalker
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Oct 3, 2023
1 parent 0c421bb commit 674c443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/download/http.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Get-FileFromUri -uri "https://digitalcorpora.s3.amazonaws.com/downloads/bulk_ext
# https://www.libreoffice.org/download/download-libreoffice/
Get-FileFromUri -uri "https://download.documentfoundation.org/libreoffice/stable/7.6.2/win/x86_64/LibreOffice_7.6.2_Win_x86-64.msi" -FilePath ".\downloads\LibreOffice.msi"
# https://www.python.org/downloads/
Get-FileFromUri -uri "https://www.python.org/ftp/python/3.11.5/python-3.11.5-amd64.exe" -FilePath ".\downloads\python3.exe"
Get-FileFromUri -uri "https://www.python.org/ftp/python/3.11.6/python-3.11.6-amd64.exe" -FilePath ".\downloads\python3.exe"
# https://npcap.com/#download
Get-FileFromUri -uri "https://npcap.com/dist/npcap-1.76.exe" -FilePath ".\downloads\npcap.exe"
Get-FileFromUri -uri "https://npcap.com/dist/npcap-1.77.exe" -FilePath ".\downloads\npcap.exe"
# https://www.wireshark.org/download.html
Get-FileFromUri -uri "https://1.eu.dl.wireshark.org/win64/Wireshark-win64-4.0.8.exe" -FilePath ".\downloads\wireshark.exe"
# https://www.sqlite.org/download.html
Expand Down
2 changes: 1 addition & 1 deletion resources/download/unpack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Move-Item $TOOLS\fakenet* $TOOLS\fakenet
Move-Item $TOOLS\ghidra_* $TOOLS\ghidra
Move-Item $TOOLS\GoReSym\GoReSym_win.exe $TOOLS\GoReSym\GoReSym.exe
Move-Item $TOOLS\hayabusa\hayabusa-* $TOOLS\hayabusa\hayabusa.exe
Move-Item $TOOLS\pstwalker[0-9]* $TOOLS\pstwalker
Move-Item $TOOLS\pstwalker* $TOOLS\pstwalker
Move-Item $TOOLS\qpdf-* $TOOLS\qpdf
Move-Item $TOOLS\radare2-* $TOOLS\radare2
Move-Item $TOOLS\ripgrep-* $TOOLS\ripgrep
Expand Down

0 comments on commit 674c443

Please sign in to comment.