Posts

Python Tutorial for Beginners[Part-1] #Python Part-1[HD]

Image

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

Image
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 pass