Project
Reverse Dependencies for ronin-support
The projects listed here declare ronin-support as a runtime or development dependency
0.26
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.05
ronin-exploits is a Ruby micro-framework for writing and running exploits.
ronin-exploits allows one to write exploits as plain old Ruby classes.
ronin-exploits can be distributed as Ruby files or as git repositories that
can be installed using ronin-reps.
It's like a simpler version of Metasploit.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.04
ronin-vulns is a Ruby library for blind vulnerability testing.
It currently supports testing for Local File Inclusion (LFI),
Remote File Inclusion (RFI), SQL injection (SQLi), reflective Cross Site
Scripting (XSS), Server Side Template Injection (SSTI), and Open Redirects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.02
ronin-app is a small web application that is meant to be ran locally by the
user. It provides a web interface to ronin-support, ronin-repos, ronin-db,
ronin-payloads, ronin-exploits, as well as automating
ronin-nmap, ronin-masscan, ronin-web-spider, ronin-recon, and ronin-vulns.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.02
ronin-code-sql is a Ruby DSL for crafting SQL Injections.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.02
ronin-recon is a micro-framework and tool for performing reconnaissance.
ronin-recon uses multiple workers which process different data types
(IP, host, URL, etc) and produce new values. ronin-recon contains built-in
recon workers and supports loading additional 3rd-party workers from Ruby
files or 3rd-party git repositories. ronin-recon has a unique queue design
and uses asynchronous I/O to maximize efficiency. ronin-recon can lookup
IPs addresses, nameservers, mailservers, bruteforce sub-domains, port scan
IPs, discover services, and spider websites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.02
ronin-web is a Ruby library that provides common web security commands and additional libraries.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
ronin-db is a database library for managing and querying security data.
ronin-db provides common ORM models for interacting with the database's SQL
tables and querying/storing security data, such as URLs, email addresses,
host names, IPs, ports, etc. ronin-db also provides CLI commands for managing
the database(s).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
A Ruby library and CLI for generating, mutating, and fuzzing data.
The goal of ronin-fuzzer is to be both easy to use and highly customizable.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Ronin Gen is a Ruby library for Ronin that provides various generators.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
ronin-payloads is a Ruby micro-framework for writing and running exploit payloads. ronin-payloads allows one to write payloads as plain old Ruby classes. ronin-payloads can be distributed as Ruby files or in git repositories that can be installed with ronin-repos.
It's like `msfvenom` but simpler and more modular.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Utility methods for the Happy Bear Software Rails Security Workshop
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
ronin-dns-proxy is a configurable DNS proxy server library. It supports
returning spoofing DNS results or passing DNS queries through to the upstream
DNS nameserver.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
ronin-support-web is a web specific support library for ronin-rb.
ronin-support-web provides many helper methods for parsing HTML/XML,
fetching web pages, and WebSockets.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
ronin-web-browser is a Ruby library for automating the Chrome web browser.
ronin-web-browser builds on the ferrum gem, and adds additional API methods
that are useful to security researchers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
ronin-web-server is a custom Ruby web server based on Sinatra tailored for
security research and development.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
ronin-web-session_cookie is a library for parsing and deserializing various
session cookie formats. It supports Rack, Django (JSON and Pickled), and JWT.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
ronin-web-spider is a collection of common web spidering routines using the spidr gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024