Open
Description
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>.|
Activity