Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds --hex option to
banner
module (#325)
Conversion of binary responses to UTF8 occasionally yields U+FFFD [replacement characters](https://en.wikipedia.org/wiki/Specials_(Unicode_block)) (see #197, #263). As a result it is not possible to restore the original response. This introduces the `--hex` option to the `banner` module. When enabled, the `banner` value will contain server response in hex. Refs #197, #263 #325
- Loading branch information