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 --hexdump option to the ronin http command #232

Open
postmodern opened this issue Oct 9, 2024 · 0 comments
Open

Add a --hexdump option to the ronin http command #232

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

Comments

@postmodern
Copy link
Member

Add a --hexdump option to the ronin http command that will hexdump the response body.

Example

$ ronin http --hexdump https://example.com/
00000000  3c 21 64 6f 63 74 79 70  65 20 68 74 6d 6c 3e 0a  |<!doctype html>.|
00000010  3c 68 74 6d 6c 3e 0a 3c  68 65 61 64 3e 0a 20 20  |<html>.<head>.  |
00000020  20 20 3c 74 69 74 6c 65  3e 45 78 61 6d 70 6c 65  |  <title>Example|
00000030  20 44 6f 6d 61 69 6e 3c  2f 74 69 74 6c 65 3e 0a  | Domain</title>.|
@postmodern postmodern added feature New Feature command-option A command option labels Oct 9, 2024
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