Skip to content

Release v0.1.0-beta

Latest

Choose a tag to compare

@MindPatch MindPatch released this 24 Jun 22:09
· 1 commit to master since this release
d52dfa2

Vulfy v0.1.0-beta

Cross-language vulnerability scanner with automation features.

Features

  • Multi-language support (Rust, Node.js, Python, PHP, .NET, C++)
  • Automation and scheduling capabilities
  • Webhook notifications (Discord, Slack)
  • Advanced filtering and policies

Binaries

Choose the appropriate binary for your platform:

  • Linux x64: vulfy-x86_64-unknown-linux-gnu
  • Windows x64: vulfy-x86_64-pc-windows-msvc.exe
  • macOS Intel: vulfy-x86_64-apple-darwin
  • macOS Apple Silicon: vulfy-aarch64-apple-darwin

Installation

  1. Download the appropriate binary
  2. Make it executable: chmod +x vulfy-* (Linux/macOS)
  3. Move to PATH: sudo mv vulfy-* /usr/local/bin/vulfy
  4. Run: vulfy --help