diff --git a/Zydra.py b/Zydra.py index 830b48e..147a91b 100644 --- a/Zydra.py +++ b/Zydra.py @@ -298,7 +298,7 @@ def last_words_check(self, max_words, passwords_list, file): if self.stop is True: exit(0) elif self.count == len(passwords_list):# self_cont kam mishe - if self.file_type is "rar": + if self.file_type == "rar": self.search_rar_pass(passwords_list, file, max_words) if self.stop is False: print("\n\t" + self.red("[-] Password not found") + "\n")