Skip to content

Latest commit

 

History

History

mob-psycho

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Mob psycho

In this challenge an apk file is provided.

  • Unziped the file
unzip mobpsycho.apk
  • From the files after unzip i ran find to see if there is any files with name flag
find mobpsycho -name '*flag*'

Output

mobpsycho/res/color/flag.txt
  • This file contains a hax string
7069636f4354467b6178386d433052553676655f4e5838356c346178386d436c5f37343664666133397d
  • Decoding the hax string gives the flag
 echo -n '7069636f4354467b6178386d433052553676655f4e5838356c346178386d436c5f37343664666133397d' | xxd -r -p

Flag

picoCTF{ax8mC0RU6ve_NX85l4ax8mCl_746dfa39}