On August 28, 2021, at 01:00 UTC, The famous Flag thief L1near was arrested. Police have made a mirror image of the computer he used to commit the crime, and they have tried unsuccessfully to find the Flag that L1near was hiding inside. The police know you're a forensics professional, now they need your help!
Attachment: Baidu Drive(Code:m8yx) Or Google Drive
the 7z's passowrd is ec19b53ce10adc41be119713ffe34760
Flag Thief hint1:经过警方长达一天的审讯,L1near交代他曾经对受害人的电脑远程操控过
# python3 file1 = open('password.txt', 'a') for a in"123456789": for b in"123456789": for c in"123456789": for d in"123456789": for e in"123456789": for f in"123456789": for g in"123456789": for h in"123456789": for i in"123456789": if a != b and a != c and a != d and a != e and a != f and a != g and a != h and a != i \ and b != c and b != d and b != e and b != f and b != g and b != h and b != i \ and c != d and c != e and c != f and c != g and c != h and c != i\ and d != e and d != f and d != g and d != h and d != i\ and e != f and e != g and e != h and e != i\ and f != g and f != h and f != i\ and g != h and g != i\ and h != i: password = a + b + c + d + e + f + g + h + i file1.write(password + '\n') file1.close()