ronin-rb / ronin-payloads

A Ruby micro-framework for writing and running exploit payloads
https://ronin-rb.dev
GNU Lesser General Public License v3.0
21 stars 7 forks source link

Add a `shell/ifs` encoder #59

Closed postmodern closed 2 months ago

postmodern commented 1 year ago

Add a shell command encoder that replaces spaces with ${IFS}.

See lib/ronin/payloads/encoders/builtin/shell/encode.rb as an example of a shell encoder class.

postmodern commented 2 months ago

Implemented by b0bbd30.