ronin icon indicating copy to clipboard operation
ronin copied to clipboard

Add a `--escape-body` option to `ronin http` command

Open postmodern opened this issue 1 year ago • 1 comments

Add an option which causes the response body to printed as an escaped Ruby String. This will help when the response body is binary or contains null characters.

Example

$ ronin http --escape-body http://...
foo\0bar\0baz\0

postmodern avatar Oct 09 '24 18:10 postmodern

This could also be achieved by piping ronin http into ronin escape. Might not be a necessary feature.

postmodern avatar Dec 12 '24 01:12 postmodern