Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

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