Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a --escape-body option to ronin http command #231

Open
postmodern opened this issue Oct 9, 2024 · 1 comment
Open

Add a --escape-body option to ronin http command #231

postmodern opened this issue Oct 9, 2024 · 1 comment
Labels
command-option A command option feature New Feature

Comments

@postmodern
Copy link
Member

postmodern commented Oct 9, 2024

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 postmodern added feature New Feature command-option A command option labels Oct 9, 2024
@postmodern
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-option A command option feature New Feature
Projects
None yet
Development

No branches or pull requests

1 participant