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 [asc] Replies Views Posted
    Thread: old version hashcat
Post: RE: old version hashcat

stop using hashcatgui, upgrade hashcat. also please don't double-post.
epixoip Old hashcat Support 11 18,200 12-26-2014, 12:12 AM
    Thread: old version hashcat
Post: RE: old version hashcat

we would likely be able to help you if you posted specific errors, rather than generically stating that they don't work.
epixoip Old hashcat Support 11 18,200 12-26-2014, 02:08 AM
    Thread: old version hashcat
Post: RE: old version hashcat

you must have catalyst 14.9 installed
epixoip Old hashcat Support 11 18,200 12-26-2014, 09:11 PM
    Thread: old version hashcat
Post: RE: old version hashcat

older versions are timebombed
epixoip Old hashcat Support 11 18,200 12-27-2014, 07:15 PM
    Thread: old version hashcat
Post: RE: old version hashcat

try harder to make 14.9 work. your gpu is supported by the driver so there's no reason why 14.9 won't work.
epixoip Old hashcat Support 11 18,200 12-28-2014, 03:10 AM
    Thread: 0% runs too fast no results
Post: RE: 0% runs too fast no results

100 threads? You have 100 CPU cores?
epixoip Old hashcat Support 1 4,503 12-29-2014, 10:29 PM
    Thread: Help with speed question
Post: RE: Help with speed question

In this context, "words" is the number of words from wordlist.txt that are being hashed per second, and "plains" is the number of actual plaintext candidates that are being hashed per second. For a...
epixoip Old hashcat Support 4 8,251 01-06-2015, 04:58 AM
    Thread: Help with speed question
Post: RE: Help with speed question

Your speed is 64.76 MH/s -- that's the "plains." And "words" how many words from your wordlist you are going through per second. If you were doing a straight wordlist attack, both "plains" and "wor...
epixoip Old hashcat Support 4 8,251 01-06-2015, 05:17 AM
    Thread: How to make Hashcat include dupes in outfile?
Post: RE: How to make Hashcat include dupes in outfile?

use --show afterwards
epixoip Old hashcat Support 6 9,987 01-07-2015, 03:15 AM
    Thread: How to make Hashcat include dupes in outfile?
Post: RE: How to make Hashcat include dupes in outfile?

You didn't specify a hash list.
epixoip Old hashcat Support 6 9,987 01-07-2015, 03:57 AM
    Thread: How to make Hashcat include dupes in outfile?
Post: RE: How to make Hashcat include dupes in outfile?

Cannot reproduce. Code: -- epixoip@token:~/hashcat-0.48$ cat hashcat.pot 098f6bcd4621d373cade4e832627b4f6:test epixoip@token:~/hashcat-0.48$ cat test.list 098f6bcd4621d373cade4e832627b4f6 ...
epixoip Old hashcat Support 6 9,987 01-07-2015, 05:34 AM
    Thread: Is it possible to find the salt for a known password?
Post: RE: Is it possible to find the salt for a known pa...

Easiest way would be to treat it as sha256(pass.salt), use the plaintext password as the salt, and crack the salt as the password. But this begs the question -- if you already have the password, wh...
epixoip Old hashcat Support 6 10,996 01-17-2015, 06:48 PM
    Thread: Is it possible to find the salt for a known password?
Post: RE: Is it possible to find the salt for a known pa...

If it's static across all users then it's not a salt, it's a shared secret -- AKA, "pepper." But my advice still stands. Use -m 1410 and supply the hash in "hash:salt" format. Or in this case, "has...
epixoip Old hashcat Support 6 10,996 01-17-2015, 11:54 PM
    Thread: Is it possible to find the salt for a known password?
Post: RE: Is it possible to find the salt for a known pa...

Cool, glad you got it sorted.
epixoip Old hashcat Support 6 10,996 01-18-2015, 07:13 AM
    Thread: [help] Unknown option --output-file= "error"
Post: RE: [help] Unknown option --output-file= "error"

because --output-file is not a valid option. read --help, read the wiki. also you're using an old version of hashcat.
epixoip Old hashcat Support 9 12,627 02-08-2015, 12:26 AM
    Thread: only cracking the first part ?
Post: RE: only cracking the first part ?

Sorry, this is not possible. Also your math is wrong, the keyspace would be 95^35. Not that it really matters.
epixoip Old hashcat Support 3 5,877 02-08-2015, 12:28 AM
    Thread: only cracking the first part ?
Post: RE: only cracking the first part ?

You would be able to reduce the keyspace with a targeted mask attack, but I don't think it will matter much.
epixoip Old hashcat Support 3 5,877 02-08-2015, 02:03 AM
    Thread: [help] Unknown option --output-file= "error"
Post: RE: [help] Unknown option --output-file= "error"

The video on youtube was likely using a very old version. Read the documentation. Understand what you are typing, and why.
epixoip Old hashcat Support 9 12,627 02-08-2015, 02:04 AM
    Thread: how to limit password character length
Post: RE: how to limit password character length

https://hashcat.net/wiki/doku.php?id=rule_based_attack You could use '6 or
epixoip Old hashcat Support 10 16,257 03-02-2015, 06:08 AM
    Thread: how to limit password character length
Post: RE: how to limit password character length

No, like this: Code: -- echo "
epixoip Old hashcat Support 10 16,257 03-02-2015, 06:30 AM