Comment on page
like1000
This .tar file got tarred alot. Also available at /problems/like1000_0_369bbdba2af17750ddf10cc415672f1c.
- 1.Extracting the
1000.tar
file reveals999.tar
andfiller.txt
. Extracting the999.tar
file reveals998.tar
andfiller.txt
. - 2.Run the script.py to extract the files in a loop. This script uses the
tarfile
python module as described in this article and removes thefiller.txt
file after each extraction. - 3.We obtain the
flag.png
nested in1000.tar
file which has the flag:
picoCTF{l0t5_0f_TAR5}
Last modified 2yr ago