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

Add `--php` to `ronin escape` #214

Closed postmodern closed 3 months ago

postmodern commented 3 months ago

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

postmodern commented 3 months ago

Implemented by 7aab5b3.