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
695 stars 50 forks source link

Add `--php` to `ronin unescape` #215

Closed postmodern closed 3 months ago

postmodern commented 3 months ago

Add a --php option to ronin unescape that uses the new String#php_unescape method in ronin-support 1.2.0.

postmodern commented 3 months ago

Implemented by 5c5f3a8.