# unzip and read extra file subprocess.run(["unzip", "-o", "payload.zip", "-d", "zip_contents"], check=True) with open("zip_contents/secret.txt") as f: print("[+] Zip flag :", f.read().strip())
adb pull /data/data/com.nxx.mobile.video/files/secret.bin ./secret.bin videohindexnxxcommobile
apktool d videohindexnxxcommobile.apk -o apk_src # unzip and read extra file subprocess