Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.71 KB

README.md

File metadata and controls

67 lines (55 loc) · 2.71 KB

ronin.snap

The official snap image for Ronin.

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][ronin-rb] 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, generating new exploits, managing local databases, fuzzing data, and much more.

Install

Linux

sudo apt install snapd
sudo snap install ronin

macOS

brew install snap
snap install ronin

Note: snap on macOS is currently not supported. :(