Password cracker with AI Voice assistant in less 5 min[HD]

import hashlib num = 1 while num != 0: flag = 0 pass_hash = input('Enter md5 hash: ') wordlist = input('File name: ') try: pass_file = open(wordlist, "r") except: print('no file found') quit() for word in pass_file: enc_wrd = word.encode('utf-8') digest = hashlib.md5(enc_wrd.strip()).hexdigest() if digest == pass_hash: print('File found') print('Injecting Password-Cracker......') print('Hacking......') print('Hacking Successful') print('Password is ' + word) flag = 1 from typing import Any, Union from gtts import gTTS import os from speech_recognition import Microphone, Recognizer language = 'en' output = gTTS(text=('Hacking Successful Roy and ' + word + 'is password'), lang=language, slow=False) output.save("output.mp3") os.system('start output.mp3') if flag == 0: print('Hacking......') print('File not found') print('Hacking unsuccessful')

Comments

  1. Online casino site - luckyclub.live
    Casino site. Online casino site. The online casino that has developed the most popular slot machines is NetEnt, with the likes of Starburst, Gonzo's 카지노사이트luckclub Quest

    ReplyDelete

Post a Comment