like1000
Problem
This .tar file got tarred alot. Also available at /problems/like1000_0_369bbdba2af17750ddf10cc415672f1c.
Solution
Extracting the
1000.tar
file reveals999.tar
andfiller.txt
. Extracting the999.tar
file reveals998.tar
andfiller.txt
.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.
Flag
picoCTF{l0t5_0f_TAR5}
Last updated