rar-Password-Cracker
rar-Password-Cracker copied to clipboard
Missing parentheses in call to 'print'
C:\Users\Flower\Desktop>python bruteforce.py --fr sts.rar -c abcdefghijklmnopqrst0123 -n 6 File "bruteforce.py", line 17 print "Password found! password is %s"%attempt ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Password found! password is %s"%attempt)?