February 2019
Beginner to intermediate
366 pages
7h 49m
English
This Burp utility allows the tester to Encode, Decode, and Hash data as and when encountered over the application. There are different types of encoders and hashes supported, for example:
| Encoders/Decoders | Plain | URL | HTML | Base64 | ASCII hex | Hex | Octal | Binary | Gzip |
The following is an example of base64 encoding the string password using the Encode as ... an option in the decoder:

There are quite a few types of hashes supported, ranging from SHA to SHA3-512, and then MD5, MD2, and so on. Play around with the decoder as it will be a really handy utility during pentests.
Read now
Unlock full access