ctf-writeup/2023/NahamCon CTF 2023/JNInjaspeak
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
files feat: grouped the challs 2024-01-09 16:59:32 +07:00
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

JNInjaspeak

We are all very familiar with Leetspeak, can you crack the code on how JNInjaspeak works?

About the Challenge

Given .apk files, and we must analyzed it to find flag

file.apk

How to Solve

To solve this, all you need is strings command

The following command is like this strings file.apk | grep "flag"

flag

flag{1f539e4a706e6181dae9db3fad6a78f1}