MetaCTF February 2026 Flash CTF
License To Rev We were trying to get the flag from this binary we purchased a few months ago, but we lost the license, maybe you can help? Initial recon Quick analysis of the file with file, checksec, and strings: $ file license_to_rev license_to_rev: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=57b17cbf053e49beb230558396cb8f08f90e7daa, for GNU/Linux 4.4.0, not stripped $ checksec license_to_rev [*] Checking for new versions of pwntools To disable this functionality, set the contents of /home/kali/.cache/.pwntools-cache-3.13/update to 'never' (old way). Or add the following lines to ~/.pwn.conf or ~/.config/pwn.conf (or /etc/pwn.conf system-wide): [update] interval=never [*] A newer version of pwntools is available on pypi (4.14.1 --> 4.15.0). Update with: $ pip install -U pwntools [*] '/home/kali/metactf_ctf 2026 feb/license_to_rev' Arch: amd64-64-little RELRO: Partial RELRO Stack: Canary found NX: NX enabled PIE: PIE enabled Stripped: No $ strings license_to_rev ... Error: invalid embedded license archive. That is not the correct license. Invalid license. This license has expired. Please contact support for a new license. EXPIRY_DATE= license.txt= license.txtPK EMBEDDED_ZIP ENCRYPTED_MESSAGE ... $ ./license_to_rev Usage: ./license_to_rev <license-file> A license file is required to use this product. Each copy is individually licensed. Please provide the path to your license file. Without a valid license, the program cannot continue. Key observations: ...