Skip to content

Rustinel v1.0.2

Choose a tag to compare

@github-actions github-actions released this 13 May 12:13
· 144 commits to main since this release

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 run

A 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

  1. Extract the ZIP
  2. Customize config.toml, add rules to rules/
  3. 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

  • feat(linux): parse DNS QueryName from raw eBPF payload in userspace by @Karib0u in #21

New Contributors

Full Changelog: v1.0.1...v1.0.2