TryHackMe - Burp Suite: Other Modules
Task 2
Which feature attempts auto-decode of the input?
Smart decode
Task 3
- Base64 encode the phrase:
Let's Start Simple.What is the base64 encoded version of this text?
TGV0J3MgU3RhcnQgU2ltcGxl
- URL Decode this data:
%4e%65%78%74%3a%20%44%65%63%6f%64%69%6e%67.What is the plaintext returned?
Next: Decoding
Use Smart decode to decode this data: %34%37.
What is the decoded text?
47
Encode this phrase: Encoding Challenge.
Start with base64 encoding. Take the output of this and convert it into ASCII Hex. Finally, encode the hex string into octal_._
What is the final string?
24034214a720270024142d541357471232250253552c1162d1206c
Task 4
Using Decoder, what is the SHA-256 hashsum of the phrase: Let's get Hashing!?
Convert this into an ASCII Hex string for the answer to this question.
6b72350e719a8ef5af560830164b13596cb582757437e21d1879502072238abe
Generate an MD4 hashsum of the phrase: Insecure Algorithms.
Encode this as base64 (not ASCII Hex) before submitting.
TcV4QGZZN7y7lwYFRMMoeA==
“Some joker has messed with my SSH key! There are four keys in the directory, and I have no idea which is the real one. The MD5 hashsum for my key is 3166226048d6ad776370dc105d40d9f8 — could you find it for me?”
What is the correct key name?
there are 4 keys in the zip given to us now finding md5 hash of each and matching to 3166226048d6ad776370dc105d40d9f8 we find key3 being the correct match
Task 7
What does Sequencer allow us to evaluate?
Entropy
Task 8
What is the overall quality of randomness estimated to be?
excellent
Task 10
Are saved requests read-only? (yea/nay)
yea