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

Search Results
Post Author Forum [asc] Replies Views Posted
    Thread: Help with Russian again
Post: RE: Help with Russian again

For the reference, putting the hex charset in the command line -1 C1C2C3... --hex-charset works the same and crack 2 of the hashes. However it's much less confusing using the charset file.
mastercracker Old hashcat Support 14 26,476 01-31-2013, 09:05 PM
    Thread: Help with Russian again
Post: RE: Help with Russian again

For all the ones that were trying unsuccessfully to crack Russian LM hashes, you have to use the DOS Cyrillic encoding(CO866). Thanks to Rolf for that piece of knowledge.
mastercracker Old hashcat Support 14 26,476 02-01-2013, 08:10 PM
    Thread: Help with Russian again
Post: RE: Help with Russian again

epixoip Wrote: (02-01-2013, 08:13 PM) -- we should make a wiki page with a table of languages, and the most probable charset for each algorithm. and then maybe also provide links to various charset f...
mastercracker Old hashcat Support 14 26,476 02-01-2013, 08:17 PM
    Thread: Brute-force SHA1 not accepting command
Post: RE: Brute-force SHA1 not accepting command

You have 2 choices. Either you use --hash-mode 100 and put the 3807744839 in your mask (which is missing from your command line) or you put Hash:3807744839 and use --hash-mode 120 (still you need a ...
mastercracker Old hashcat Support 4 12,526 03-07-2013, 08:30 PM
    Thread: Brute Force / Mask
Post: RE: Brute Force / Mask

Quote: -- Thanks, does this make it more likely to get the password? -- Not at all. If the password is length 8 or more, you won't get it but if it's less than 8, you should crack it if it does not...
mastercracker Old hashcat Support 6 61,416 05-16-2013, 02:39 PM
    Thread: SMF
Post: RE: SMF

First, if you want to use -e, don't use --remove. If I remember well it's not yet fixed in this version of Hashcat. Here's a couple of things to try but I am not sure if they can really cause a probl...
mastercracker Old hashcat Support 16 36,790 06-15-2013, 02:43 AM
    Thread: SMF
Post: RE: SMF

Quote: -- Thanks for the reply. What exactly is incompatible between -e & --remove? -- It was creating a race condition where one file (I don't remember which one) will grow until filling your whole...
mastercracker Old hashcat Support 16 36,790 06-16-2013, 05:42 AM
    Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?

The answer to your question is in the last sentence: Quote: -- Enter YES in uppercase if you accept this EULA: --
mastercracker Old hashcat Support 9 22,251 06-17-2013, 02:32 PM
    Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?

Wasker Wrote: (06-17-2013, 02:40 PM) -- then where can i find the password i just crack! root@bt:/pentest/passwords/hashcat# ./hashcat-cli32.bin -m 0 /root/md5.txt /root/passwords.txt -- I don't kno...
mastercracker Old hashcat Support 9 22,251 06-17-2013, 02:44 PM
    Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?

Wasker Wrote: (06-17-2013, 02:47 PM) -- I tried but does not work root@bt:/pentest/passwords/hashcat# ./hashcat-cli32.bin -m 0 /root/md5.txt /root/passwords.txt -o /root/out.txt i get that Enter YE...
mastercracker Old hashcat Support 9 22,251 06-17-2013, 02:50 PM
    Thread: How Do I... ? Base64 not work :(
Post: RE: How Do I... ? Base64 not work :(

There is not much to say, your hashes are not of the right length. To know what it should look like, check the following: https://hashcat.net/wiki/doku.php?id=example_hashes
mastercracker Old hashcat Support 1 4,590 08-07-2013, 09:01 PM
    Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference

Are you sure that you don't have some empty lines at the end of your word file?
mastercracker Old hashcat Support 10 18,473 08-07-2013, 09:03 PM
    Thread: multi rules debugging
Post: RE: multi rules debugging

It's oclhashcat that support multi rules file. Hashcat uses only 1.
mastercracker Old hashcat Support 2 5,701 08-27-2013, 02:27 PM
    Thread: Hashcat just stopping
Post: RE: Hashcat just stopping

Can you post your full command line, please.
mastercracker Old hashcat Support 4 8,707 09-30-2013, 05:23 AM
    Thread: Hashcat crashing
Post: RE: Hashcat crashing

You can open the .pot file with any text editor, you don't need to export it first. You might also want to read this: https://hashcat.net/forum/thread-1320.html?highlight=pot
mastercracker Old hashcat Support 5 10,967 09-30-2013, 12:18 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

Net_Spy Wrote: (10-21-2013, 02:42 PM) -- @epixoip thanks for that idea , but I have about number of hashes to test is there any other way to accomplish it. I've register on trac yet waiting for activ...
mastercracker Old hashcat Support 16 29,649 10-21-2013, 02:52 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

First, you have to mask certain characters of your hash or you will get a ban. If the hashing algorithm is md5(md5($pass).9486) then you would need to hash every words of your wordlist with MD5 befor...
mastercracker Old hashcat Support 16 29,649 10-21-2013, 07:38 PM
    Thread: Bars vs HC
Post: RE: Bars vs HC

You should at the very least compare them trying to crack the same keyspace. Anyway, hashcat is far superior since it uses markov chains. You are more likely to get your hit faster than barswf.
mastercracker Old hashcat Support 6 11,550 10-24-2013, 02:54 PM
    Thread: Issue with bruteforce
Post: RE: Issue with bruteforce

https://hashcat.net/wiki/ You have to be much more specific in what the "issue" is and what you have tried.
mastercracker Old hashcat Support 3 6,654 10-31-2013, 06:54 PM
    Thread: Issue with bruteforce
Post: RE: Issue with bruteforce

It's all in the wiki link above. Something like: hashcat-cli.exe -a 3 hash.txt ?a?a?a?a?a?a This will bruteforce 6 characters long passwords. There are other settings that are needed like the ...
mastercracker Old hashcat Support 3 6,654 11-01-2013, 05:40 AM