Rustinel v1.0.2
Downloads
| Platform | Architecture | Package |
|---|---|---|
| Linux | x86_64 | rustinel-1.0.2-x86_64-unknown-linux-musl.tar.gz |
| Linux | arm64 | rustinel-1.0.2-aarch64-unknown-linux-musl.tar.gz |
| Windows | x86_64 | rustinel-1.0.2-x86_64-pc-windows-msvc.zip |
Linux
tar xzf rustinel-1.0.2-<arch>.tar.gz
cd rustinel-1.0.2-<arch>
# Customize config.toml, add rules to rules/
sudo ./rustinel runA rustinel.service systemd unit file is included in the archive for persistent deployment.
Requirements: Linux 5.8+ with BTF enabled, CAP_BPF or root.
Windows
- Extract the ZIP
- Customize
config.toml, add rules torules/ - Run as Administrator:
.\rustinel.exe run
Requirements: Windows 10/11 or Server 2016+ (x64), Administrator privileges.
What's Changed
CI/CD
- chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #9
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #10
- chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #11
- chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #12
- chore(deps): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #13
Dependencies
- chore(deps): bump the patch-updates group with 4 updates by @dependabot[bot] in #14
- chore: migrate to digest/sha/md-5 0.11 by @Karib0u in #19
- chore(deps): bump yara-x from 1.15.0 to 1.16.0 by @dependabot[bot] in #20
Other Changes
New Contributors
- @dependabot[bot] made their first contribution in #9
Full Changelog: v1.0.1...v1.0.2