Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esecrpm/KAPE-Binary-Downloads
Script to download binary tools for KAPE modules
https://github.com/esecrpm/KAPE-Binary-Downloads
Last synced: 2 months ago
JSON representation
Script to download binary tools for KAPE modules
- Host: GitHub
- URL: https://github.com/esecrpm/KAPE-Binary-Downloads
- Owner: esecrpm
- Created: 2019-03-22T03:06:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T17:26:35.000Z (over 5 years ago)
- Last Synced: 2024-08-02T17:31:55.777Z (5 months ago)
- Language: PowerShell
- Size: 19.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-KAPE - KAPE-Binary-Downloads
README
# KAPE-Binary-Downloads
Script to download binary tools for KAPE modulesPlace this script in the KAPE\Modules directory.
This is a rudimentary script to enumerate each of the .mkape configuration files looking for a 'BinaryUrl' field with a .exe, .ps1, or
.zip extension. If found, the script will download the executable or zip to the KAPE\Modules\bin directory and extract any zip files.
The script also copies several executables from extracted subdirectories to the bin directory (densityscout, EvtxECmd, RBECmd, SBECmd,
sqlite3).Know issues:
The script cannot download binaries for configuration files that do not provide a direct link to an executable or zip download
as specified in the 'BinaryUrl' field.To Do:
[-] Add logic to check for existence of destination file to avoid unnecessary downloads
[-] Add logic to check for versioning of binaries to avoid downloading or overwriting an up-to-date file