Skip to content

Releases: ronin-rb/ronin-payloads

0.1.4

19 Sep 22:33
v0.1.4
Compare
Choose a tag to compare

CLI

  • All newly generated payload files using ronin-payloads new should have a
    summary and a description.
  • Fixed a bug where the ronin-payloads new options --author,
    --author-email, or --summary were not properly escaping given values.

0.1.3

12 Jun 13:21
v0.1.3
Compare
Choose a tag to compare

CLI

  • Fixed a bug where ronin-payloads new --type command wasn't being accepted
    as a valid payload type.

0.1.2

10 Jun 00:25
v0.1.2
Compare
Choose a tag to compare
  • Add missing require for Ronin::Payloads::Encoders::Encoder.
  • Added missing descriptions to built-in payloads (@ervinismu).
  • Documentation fixes and improvements.

CLI

  • Fixed the placeholder references URLs in the ronin-payloads new template.
  • Fixed --format html and --format xml to encode every character.

0.1.1

10 Jun 00:24
v0.1.1
Compare
Choose a tag to compare
  • Default the host param defined by Ronin::Payloads::Mixins::BindShell to
    0.0.0.0.

0.1.0

10 Jun 00:23
v0.1.0
Compare
Choose a tag to compare
  • Initial release:
    • Require ruby >= 3.0.0.
    • Provides a succinct syntax and API for writing payloads in as few lines as
      possible.
    • Supports defining Payloads as plain old Ruby classes.
    • Provides base classes for a variety of languages and payload types
      (ASM, Shellcode, C, Go, Rust, Java, JSP, PHP, Python, Ruby, NodeJS, Shell,
      PowerShell, SQL, XML, HTML, URL).
    • Provides built-in common payloads:
      • Command-line reverse shells:
        • Awk
        • Bash
        • Lua
        • NodeJS
        • OpenSSL
        • Perl
        • PHP
        • PowerShell
        • Python
        • Ruby
      • Java
        • Reverse shell
      • PHP
        • Command exec.
      • Shellcode:
        • execve(/bin/sh):
          • Linux (ARM, MIPS, PPC, x86, x86-64)
          • FreeBSD (x86, x86-64)
          • macOS (x86-64)
          • NetBSD (x86)
          • OpenBSD (x86)
        • bind shell:
          • Linux (ARM, MIPS, x86, x86-64)
          • FreeBSD (x86)
          • OpenBSD (x86)
        • reverse shell:
          • Linux (ARM, MIPS, PPC, x86, x86-64)
          • macOS (x86-64)
          • FreeBSD (x86)
          • NetBSD (x86)
    • Supports adding additional encoders to payloads for further obfuscation.
    • Integrates with the Ronin Post-Exploitation library.
    • Provides a simple CLI for building, encoding, launching, and generating new
      payloads.