Minions
20 points Easy

Hey! Minions have stolen my flag, encoded it few times in one cipher, and then hidden it somewhere there: https://mega.nz/file/1UBViYgD#kjKISs9pUB4E-1d79166FeX3TiY5VQcHJ_GrcMbaLhg Can you help me? TIP: Decode the flag until you got a sentence.

Flag
Rating 4.68
5
4
3
2
1

Discussion

Protected
0

kinda easy hint: dont use strings only. Try binwalk

0

Easy but time-consuming

0

You can use grep to search for base64 encoded messages in files.

grep -a -oE '[A-Za-z0-9+/]{10,}={0,2}' <find-it>.png | base64 -d

0

OMG

0

don't get stuck on just same use strings and binwalk with 4 base

0

omg this is the best use strings+binwalk

0

Nice challenge

0

This is easy BUT time-consuming

0

This was nice :)

0
Protected
3
Protected
1
Protected
0