- Notifications
You must be signed in to change notification settings - Fork2
ronin-rb/docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository providesDockerfile
s to build images with theronin gems pre-installed.
Ronin is a free and Open SourceRuby toolkit for security researchand development. Ronin contains many differentCLI commandsandRuby libraries for a variety of security tasks, such asencoding/decoding data, filter IPs/hosts/URLs, querying ASNs, querying DNS,HTTP,scanning for web vulnerabilities,spidering websites,install 3rd party repositories ofexploits and/orpayloads,run exploits,write new exploits,managing local databases,fuzzing data,performing recon, and much more.
- ronin:2.1.1-ubuntu, ronin:ubuntu, ronin:latest -a base
ubuntu:22.04
image withronin gem installed. - ronin:2.1.1-alpine, ronin:alpine -a base
alpine:latest
image withronin gem installed. - ronin:2.1.1-fedora, ronin:fedora -a base
fedora:latest
image withronin gem installed. - ronin:2.1.1-lab, ronin:lab -similar toronin:ubuntu but with additional tools installed.
docker pull roninrb/ronin
Build all images:
make build
Build only one image:
make ronin:lab
docker run -it roninrb/ronin:labronin@6879ae803600:~$ roninhelp
With your home-dir mounted:
docker run -it --mount type=bind,source="$HOME",target=/home/ronin roninrb/ronin:lab
About
ronin-rb docker image