Rating: 5.0

The basic idea is to calculate the CRC for the all-zeros ASCII string, and the remainders for each of the possible positions where the correct string might differ, and then solve a system of linear equations modulo 2.

Original writeup (https://ilias.giechaskiel.com/posts/google_ctf_crc/index.html).