Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Brute Force md5 crack - Bash Code Bank
Brute Force md5 crack
First you need to create check python script and then run bash code. You need combina program.
#check script
#!/usr/bin/python
from sys import stdin,argv
if __name__ == '__main__':
if len(argv) == 2:
while True:
line = stdin.readline()
if not line:
break
h,word = [x.strip() for x in line.split(':')]
if argv[1] == h:
print word
break
#bash code
chars=qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP1234567890
hash=3bad6af0fa4b8b330d162e19938ee981
combina -k 4 --user=$chars --md5 | check $hash
Comments
Sorry but there are no comments to display