Skip to content

Commit

Permalink
Add MetadataPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Jul 17, 2023
1 parent 224ecc2 commit 25c5fb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ The following tools are available.
- [LOKI][lok]
- [Malcat][mal]
- [MessageViewer][mev]
- [MetaDataPlus][mdp]
- [ncat][nca]
- [neo4j][neo]
- [Notepad++][not] with the following added plugins:
Expand Down Expand Up @@ -203,6 +204,7 @@ More information about tools are available in the GitHub [wiki][wid].
[lio]: https://www.libreoffice.org/
[lok]: https://github.com/Neo23x0/Loki
[mal]: https://malcat.fr/
[mdp]: https://github.com/nccgroup/MetadataPlus
[mev]: https://github.com/lolo101/MsgViewer
[nca]: https://nmap.org/ncat/
[ncp]: https://github.com/pnedev/comparePlus
Expand Down
1 change: 1 addition & 0 deletions resources/download/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Get-GitHubRelease -repo "mandiant/flare-fakenet-ng" -path ".\downloads\fakenet.z
Get-GitHubRelease -repo "mandiant/GoReSym" -path ".\downloads\GoReSym.zip" -match GoReSym-windows
Get-GitHubRelease -repo "multiprocessio/dsq" -path ".\downloads\dsq.zip" -match dsq-win
Get-GitHubRelease -repo "NationalSecurityAgency/ghidra" -path ".\downloads\ghidra.zip" -match ghidra
Get-GitHubRelease -repo "nccgroup/MetadataPlus" -path ".\downloads\MetadataPlus.exe" -match MetadataPlus
Get-GitHubRelease -repo "Neo23x0/Loki" -path ".\downloads\loki.zip" -match loki
Get-GitHubRelease -repo "notepad-plus-plus/notepad-plus-plus" -path ".\downloads\notepad++.exe" -match Installer.x64.exe
Get-GitHubRelease -repo "pnedev/comparePlus" -path ".\downloads\comparePlus.zip" -match x64.zip
Expand Down
1 change: 1 addition & 0 deletions resources/download/unpack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $SETUP_PATH=".\downloads"
Copy-Item $SETUP_PATH\jq.exe $TOOLS\bin\
Copy-Item $SETUP_PATH\JumplistBrowser.exe $TOOLS\bin\
Copy-Item $SETUP_PATH\PrefetchBrowser.exe $TOOLS\bin\
Copy-Item $SETUP_PATH\MetadataPlus.exe $TOOLS\bin\
xcopy /E $SETUP_PATH\DidierStevens $TOOLS\DidierStevens
xcopy /E $SETUP_PATH\Zimmerman $TOOLS\Zimmerman

Expand Down

0 comments on commit 25c5fb7

Please sign in to comment.