information

January 22, 2024

Download the jpg picture from the website

Then use exiftool

As we can see there is a License which is peculiar "cGljb0NURnt0aGVfbTN0YWRhdGFfMXNfbW9kaWZpZWR9"

As i tried to decode by base64 this give me the flag

echo "cGljb0NURnt0aGVfbTN0YWRhdGFfMXNfbW9kaWZpZWR9" | base64 -d

Last updated