Skip to main content

004

  • Description: 686d767b6d79666c61676973656173797d

🔎 Solution​

The provided string is a hexadecimal encoded string. Decoding it reveals the flag.

> echo 686d767b6d79666c61676973656173797d | xxd -r -p
hmv{myflagiseasy}

🚩Flag​

hmv{myflagiseasy}