Your task is to find the password for the attached base64 encoded encrypted zip file on site at the start of this multi.
You are looking for 3 hex numbers.
The numbers:
00:60:37:E5:8a:bc
00:60:37:09:6d:ef
D5:C7:77:77:5g:hi
Password: abcdefghi + a number between 100-999 you need to bruteforce.
Salt are stored in the zipfile.
Encrypted zip file:
UEsDBBQAAwBjAARVR1gAAAAALwAAABEAAAAFAAsAUy50eHQBmQcAAgBBRQMIAA1kWkVUEzjheSIAqTJnvholfNv/lW8TrVyUrBpqhAcTApgOvDsWXi+//svfOJUuUEsBAhQAFAADAGMABFVHWAAAAAAvAAAAEQAAAAUACwAAAAAAAQAgAAAAAAAAAFMudHh0AZkHAAIAQUUDCABQSwUGAAAAAAEAAQA+AAAAXQAAAAAA
Assuming final are stored in the format: "N55 yy.xxx" and "E12 yy.xxx" you need to match CRC32:
salt + N = 224425781
salt + E = 2820928555
Example:
Password: abc + number 1000.
Number: 00:60:37:E5:80:99
Password = "0991000"
If salt = "123"
CRC32 for salt + "Tirsdagsholdet" = 3726293802