Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: First Timer, Need Help.
Post: RE: First Timer, Need Help.

You're not supposed to include the hash in your question unless a moderator asks you to. Do you remember anything at all about the password? Was it a dictionary word? Did it contain numbers, upper ca...
qaksmmnvkpjv hashcat 2 7,405 12-12-2020, 08:18 AM
    Thread: MD5 hash , basic question
Post: RE: MD5 hash , basic question

In that case you could write a bash or a python script to iterate over the 1,000,000 possibilities. Something like: password = None for i in range(1000000):     guess = str(i).zfill(6).encode("u...
qaksmmnvkpjv hashcat 5 12,100 11-22-2020, 05:45 PM
    Thread: MD5 hash , basic question
Post: RE: MD5 hash , basic question

Aside from the fact that hashcat hasn't implemented this. You haven't stated what the "code" is. Is it just digits I.e. 0123456789? Lower case letters? Upper case letters? Special characters? Any vali...
qaksmmnvkpjv hashcat 5 12,100 11-22-2020, 01:20 AM
    Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation

As an academic exercise, I'm creating an sqlite database to manage cracked/uncracked hashes. I want to use the hash as the primary key, but I didn't know how to produce the hash in the same way as has...
qaksmmnvkpjv hashcat 6 11,081 09-15-2020, 04:54 PM
    Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation

philsmd Wrote: (09-15-2020, 07:50 AM) -- an independent checksum that is used to identify/find the correct hash, see https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/s...
qaksmmnvkpjv hashcat 6 11,081 09-15-2020, 08:24 AM
    Thread: potfile wpa format/derivation
Post: potfile wpa format/derivation

hashcat versions: 5.1.0 and 6.1.1 I've been looking at hccapx (https://hashcat.net/wiki/doku.php?id=hccapx) to better understand wpa/wpa2, but there's one thing that befuddles me. I cannot figure out...
qaksmmnvkpjv hashcat 6 11,081 09-15-2020, 07:23 AM