Tags: bash 

Rating: 5.0

in bash, in an empty directory, place the file and exec this (stop process when there are no more files to extract)

while true; do find . -type f | while read f; do mv "$f" "1";7z -y e "1"; done; done

flag{the_answer_is_1548_licks}

Original writeup (https://fernetinjection.com.ar/).