Ronin now available on Nix!
— postmodern
Thanks to one of our contributors, @Ch1keen, Ronin is now available on Nix!
What is Nix?
Nix is a cross-platform package manager which helps you install sets of packages into self-contained directories, instead of globally. Nix can be installed on macOS and Linux, along side the system’s package manager.
What is Ronin?
Ronin is a free and Open Source Ruby toolkit for security research and development. Ronin contains many different CLI commands and Ruby libraries for a variety of security tasks, such as encoding/decoding data, filter IPs/hosts/URLs, querying ASNs, querying DNS, HTTP, scanning for web vulnerabilities, spidering websites, installing 3rd-party repositories of exploits and/or payloads, running exploits, developing new exploits, managing local databases, fuzzing data, performing recon, and much more.
Install
Nix users can install Ronin globally with:
nix-env -iA nixpkgs.ronin
If you instead want to use ronin
in a virtual environment temporarily:
nix-shell -p ronin
See the Ronin Nix installation instructions for detailed instructions.