From 25c5fb70b2b5a5969546c78e24deca7d11c8f6e9 Mon Sep 17 00:00:00 2001 From: Coding for fun Date: Mon, 17 Jul 2023 13:33:45 +0200 Subject: [PATCH] Add MetadataPlus --- README.md | 2 ++ resources/download/release.ps1 | 1 + resources/download/unpack.ps1 | 1 + 3 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 6fa179b..410c8da 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 diff --git a/resources/download/release.ps1 b/resources/download/release.ps1 index 8bec9f2..668116d 100644 --- a/resources/download/release.ps1 +++ b/resources/download/release.ps1 @@ -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 diff --git a/resources/download/unpack.ps1 b/resources/download/unpack.ps1 index 6865694..b6bc53b 100644 --- a/resources/download/unpack.ps1 +++ b/resources/download/unpack.ps1 @@ -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