Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

ronin-rb

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@ronin-rb

ronin-rb

The ronin-rb project is a Free and Open Source Ruby Toolkit for Security Research and Development.

RoninRonin

ronin-rb

Description

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,installing 3rd-party repositories ofexploits and/orpayloads,running exploits,developing new exploits,managing local databases,fuzzing data,performing recon, and much more.

Repositories

  • ronin - A Ruby toolkit for security research and development.
  • ronin-support - A support library for ronin-rb.
  • ronin-support-web - A web support library for ronin-rb.
  • ronin-core - A core library for all ronin libraries.
  • ronin-repos - Third-party git repository support for ronin.
  • ronin-fuzzer - A highly configurable fuzzing library and CLI for Ruby.
  • ronin-db - A common database library for managing and querying securitydata.
  • ronin-db-activerecord - ActiveRecord backend for the Ronin Database.
  • ronin-dns-proxy - A configurable DNS proxy server library.
  • ronin-listener - A small CLI utility for receiving exfiltrated data overDNS or HTTP.
  • ronin-listener-dns - A DNS server for receiving exfiltrated data sent viaDNS queries. ronin-listener-dns can be used to test for XML external entity(XXE) injection
  • ronin-listener-http - A HTTP server for receiving exfiltrated data sent viaHTTP requests.
  • ronin-web - A collection of common web security commands and libraries.
  • ronin-web-browser - A Ruby library for automating the Chrome webbrowser.
  • ronin-web-server - A custom Ruby web server based on Sinatra.
  • ronin-web-spider - A collection of common web spidering routines.
  • ronin-web-user_agents - Generates random but realistic User-Agent strings.
  • ronin-code-asm - A Ruby DSL for crafting Assmebly programs and Shellcode.
  • ronin-code-sql - A Ruby DSL for crafting SQL Injections.
  • ronin-vulns - Tests URLs for Local File Inclusion (LFI),Remote File Inclusion (RFI), SQL injection (SQLi), Cross Site Scripting (XSS),Server Side Template Injection (SSTI), and Open Redirects.
    • vuln-apps - A collection of simple vulnerable web apps for testingvulnerability scanners or educational purposes.
  • ronin-post_ex - Ruby API for Post-Exploitation.
  • ronin-payloads - A Ruby micro-framework for writing and running exploitpayloads.
  • ronin-exploits - A Ruby micro-framework for writing and running exploitsand payloads.
  • ronin-wordlists - A library and tool for managing wordlists.
  • ronin-brute - [WIP] A micro-framework and tool for bruteforcing credentials.
    • bruteforceables - A collection of bruteforceable apps and servers.Useful for testing network bruteforcers.
  • ronin-nmap - A Ruby library for working with nmap.
  • ronin-masscan - A Ruby library for working with masscan.
  • ronin-recon - A micro-framework and tool for performing reconnaissance.
  • docker -Dockerfiles for theronin docker images.
  • scripts - Theronin-install.sh installer script and theronin-dev.shdevelopment environment setup script.
  • ronin-rb.github.io - The website.

PinnedLoading

  1. roninroninPublic

    Ronin is a Free and Open Source Ruby Toolkit for Security Research and Development. Ronin also allows for the rapid development and distribution of code, exploits, payloads, etc, via 3rd-party git …

    Ruby 710 54

  2. ronin-exploitsronin-exploitsPublic

    A Ruby micro-framework for writing and running exploits

    Ruby 75 21

  3. ronin-dbronin-dbPublic

    A common database library for managing and querying security data

    Ruby 15 4

  4. ronin-vulnsronin-vulnsPublic

    Tests URLs for Local File Inclusion (LFI), Remote File Inclusion (RFI), SQL injection (SQLi), and Cross Site Scripting (XSS), Server Side Template Injection (SSTI), and Open Redirects.

    Ruby 74 19

  5. ronin-payloadsronin-payloadsPublic

    A Ruby micro-framework for writing and running exploit payloads

    Ruby 22 7

  6. ronin-reconronin-reconPublic

    A micro-framework and tool for performing reconnaissance.

    Ruby 37 9

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 56 repositories
  • ronin-asm Public

    [WIP] A pure-Ruby assembler and disassembler

    ronin-rb/ronin-asm’s past year of commit activity
    Ruby 3LGPL-3.0 1 22(1 issue needs help) 0 UpdatedMar 21, 2025
  • ronin-rb.github.io Public

    The ronin-rb.dev website

    ronin-rb/ronin-rb.github.io’s past year of commit activity
    HTML 26GPL-3.0 21 19 0 UpdatedMar 9, 2025
  • scripts Public

    Useful shell scripts for ronin-rb

    ronin-rb/scripts’s past year of commit activity
    Shell 9MIT 5 8 0 UpdatedFeb 24, 2025
  • ronin-code-asm Public

    A Ruby DSL for crafting assmebly programs and shellcode.

    ronin-rb/ronin-code-asm’s past year of commit activity
    Ruby 50LGPL-3.0 10 0(1 issue needs help) 0 UpdatedFeb 22, 2025
  • ronin-rop Public

    [WIP] ROP gadget finder

    ronin-rb/ronin-rop’s past year of commit activity
    00 8 0 UpdatedFeb 22, 2025
  • ronin-support Public

    A support library for Ronin. Like activesupport, but for hacking!

    ronin-rb/ronin-support’s past year of commit activity
    Ruby 28LGPL-3.0 10 45(1 issue needs help) 0 UpdatedFeb 20, 2025
  • ronin-app Public

    A local web interface for Ronin.

    ronin-rb/ronin-app’s past year of commit activity
    Ruby 26AGPL-3.0 8 21 0 UpdatedFeb 18, 2025
  • ronin-recon Public

    A micro-framework and tool for performing reconnaissance.

    ronin-rb/ronin-recon’s past year of commit activity
    Ruby 37LGPL-3.0 9 28 2 UpdatedFeb 17, 2025
  • ronin-masscan Public

    A Ruby library and CLI for working with masscan.

    ronin-rb/ronin-masscan’s past year of commit activity
    Ruby 2LGPL-3.0 1 0 0 UpdatedFeb 17, 2025
  • ronin-nmap Public

    A Ruby library for working with nmap.

    ronin-rb/ronin-nmap’s past year of commit activity
    Ruby 4LGPL-3.0 1 2 0 UpdatedFeb 17, 2025

Top languages

Loading…

Most used topics

Loading…


[8]ページ先頭

©2009-2025 Movatter.jp