Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [desc] Views Posted
    Thread: Distribute rules as separate download
Post: RE: Distribute rules as separate download

Yeah, I thought about that. Does 7za overwrite all the contents of a directory when it uncompresses an archive? Perhaps there could be two directories inside the hashcat & oclhashcat archives, one fo...
chort Feature Requests 5 11,056 01-18-2012, 09:27 AM
    Thread: Long passwords
Post: RE: Long passwords

You can't brute-force that keyspace. Only thing you can do is mask attack that is very selective, and/or use maskprocessor to create some specific wordlists that have patterns (repeated digits like '9...
chort General Help 5 12,197 01-24-2012, 07:33 AM
    Thread: Partially known password + md5 hash + trouble cracking
Post: RE: Partially known password + md5 hash + trouble ...

I found https://ob-security.info/ very helpful.
chort General Help 5 17,244 01-31-2012, 01:57 AM
    Thread: Which card for notebooks ?
Post: RE: Which card for notebooks ?

Whatever has the highest value for ( * ) then.
chort Hardware 5 10,663 01-31-2012, 09:43 AM
    Thread: Add min/max parameter to req (hashcat-utils)
Post: Add min/max parameter to req (hashcat-utils)

Could you add a paramater to specify minimum and maximum limit of characters found in string to be passed by req? For instance, if the password must have at least 2 numeric characters, the command wou...
chort Feature Requests 5 12,157 01-31-2012, 10:59 PM
    Thread: what's ntlm hash format
Post: RE: what's ntlm hash format

If you have username:hash you need to use the --username flag. Keep in mind the file will be converted to only hash if you use the --remove flag too, so keep a backup copy of the full dump.
chort Very old oclHashcat-plus Support 5 13,298 02-01-2012, 07:17 PM
    Thread: Add min/max parameter to req (hashcat-utils)
Post: RE: Add min/max parameter to req (hashcat-utils)

I added it as Accepted. Is that correct, or should it be Pending?
chort Feature Requests 5 12,157 02-01-2012, 09:43 PM
    Thread: what's ntlm hash format
Post: RE: what's ntlm hash format

You should be able to use the --show and --username flags to oclHashcat-plus with the original file in username:hash format.
chort Very old oclHashcat-plus Support 5 13,298 02-02-2012, 02:53 AM
    Thread: Lost
Post: RE: Lost

Heh, it seems like there are new vulnerabilities in e107 reported every month. I'm not surprised those hashes show up all over the place.
chort Feature Requests 6 13,622 01-06-2012, 05:40 PM
    Thread: Hashcat Development Report I
Post: RE: Latest news from hashcat development

I'm really interested to see what the morph dictionary utility does. All the development for oclhashcat-* sounds great. I hope hashcat does get some attention too though, because more Linux systems a...
chort Organisation and Events 6 16,675 01-06-2012, 06:07 PM
    Thread: Worst documentation and usability EVER
Post: RE: Worst documentation and usability EVER

Brute-force is possible with a mask attack.
chort Very old oclHashcat-plus Support 6 12,186 01-13-2012, 02:25 AM
    Thread: Worst documentation and usability EVER
Post: RE: Worst documentation and usability EVER

BTW I changed the page on -plus to indicate brute-force is accomplished via mask attack (removed the link to brute-force attack page).
chort Very old oclHashcat-plus Support 6 12,186 01-13-2012, 08:19 PM
    Thread: Don't work Sha-1(base-64)
Post: RE: Don't work Sha-1(base-64)

I believe that's correct. Try writing that into a file, then give hashcat the path to the file to read instead of passing the hash on the command line.
chort Old hashcat Support 6 12,364 01-19-2012, 12:59 AM
    Thread: Just want to confirm it doesn't support
Post: RE: Just want to confirm it doesn't support

I added to the wiki under "Supported algorithms and GPU defaults," but not to the wiki copy of --help output, since it isn't actually in the help output at this time.
chort Very old oclHashcat-plus Support 6 13,637 01-20-2012, 07:21 AM
    Thread: output file
Post: RE: output file

Run oclHashcat-plus with --help to see the supported output formats. I do something like: Code: -- $ cut -d':' -f1 cracked.txt | xargs -I {} -xn1 grep {} hashfile.txt -- You could write a shell s...
chort Very old oclHashcat-plus Support 6 18,241 01-30-2012, 08:42 PM
    Thread: output file
Post: RE: output file

cracked.txt is the file you output cracked hashes to (hash:plain). hashfile.txt is the file you're reading hashes from (username:hash) Use oclHashcat-plus with -o cracked.txt Once it's finished, use...
chort Very old oclHashcat-plus Support 6 18,241 01-30-2012, 09:41 PM
    Thread: output file
Post: RE: output file

Nice work. Perhaps you would like to post that in the User Contribution section too in case other people find it useful.
chort Very old oclHashcat-plus Support 6 18,241 01-31-2012, 07:31 AM
    Thread: SHA512 Info
Post: RE: SHA512 Info

So it's just straight SHA512 with no salt? I don't think you realize how bad that is. If an attacker steals your entire database, they can attack all the passwords simultaneously because they aren't s...
chort Hardware 6 13,912 02-15-2012, 12:39 AM
    Thread: ERROR: clCreateBuffer() -61 on -plus-0.09
Post: ERROR: clCreateBuffer() -61 on -plus-0.09

On -plus-0.09 the examples run fine, but when I try to load a 103MB sha1 hash file (2.6M hashes) I get clCreateBuffer() -61 no matter if I use rules, -n, --gpu-loops, etc. I can run the exact same ar...
chort Beta Tester 6 6,481 07-03-2012, 02:05 AM
    Thread: ERROR: clCreateBuffer() -61 on -plus-0.09
Post: RE: ERROR: clCreateBuffer() -61 on -plus-0.09

Hmm, so basically the only way around this is to pre-split hash files, right? There's no way oclHashcat can parse the -m argument prior to allocating memory (has to do with the way the kernels are bui...
chort Beta Tester 6 6,481 07-06-2012, 11:04 PM