Releases: MindPatch/Vulfy
Releases · MindPatch/Vulfy
Release v0.1.0-beta
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
- Download the appropriate binary
- Make it executable:
chmod +x vulfy-*(Linux/macOS) - Move to PATH:
sudo mv vulfy-* /usr/local/bin/vulfy - Run:
vulfy --help