ronin-rb / ronin

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 repositories.
https://ronin-rb.dev
GNU General Public License v3.0
693 stars 50 forks source link

Alias `-s` to `--string` in `CLI::StringProcessorCommand` #207

Closed postmodern closed 2 months ago

postmodern commented 4 months ago

The --string option should have a short flag of -s for ease of use.

postmodern commented 2 months ago

Implemented by ff9cb23.