Title: Let's Warm Up (General Skills).
Description: If I told you a word started with 0x70 in hexadecimal, what would it start within ASCII?
Summary: In the picoCTF Let's Warm Up challenge, we were able to get the flag by converting it from hexadecimal to ASCII.
The technical investigation finished at 8:40 UTC, concluding that there was no malicious intent or indicators of exploitation.
Steps to reproduce:
1. Convert the hexadecimal 0x70 to decimal.
2. Find the ASCII value of the decimal value.
3. Write your answer inside picoCTF{answer}.
Impact:
Got the flag by converting it from hexadecimal to ASCII.
FLAG: picoCTF{p}
0 Response to "Report for Lets Warm Up (Category General Skills - picoCTF)"
Post a Comment
If you have any doubts, please let me know...