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 [asc] Views Posted
    Thread: Log In SSL
Post: RE: Log In SSL

simply change http -> https in your browser bar.
undeath Feature Requests 4 15,175 06-02-2012, 04:57 PM
    Thread: Read MAC From .hccap
Post: RE: Read MAC From .hccap

https://hashcat.net/wiki/hccap
undeath General Help 4 9,568 06-02-2012, 04:58 PM
    Thread: AMD 5570 & HD4650 can use them together was not?
Post: RE: AMD 5570 & HD4650 can use them together was no...

two 5570 would work, but better buy a 5750. It is much faster than a 5570 and doesn't cost that much more. Does also work with your existing 5570.
undeath Hardware 4 17,901 06-04-2012, 01:17 PM
    Thread: Public Hash Cracker programming help
Post: RE: Public Hash Cracker programming help

deliver hourly cached data. Are you sure there is no SQLi in there? Also using = instead of like. You also could try not to store the hashes in hex.
undeath General Talk 4 12,288 06-13-2012, 09:54 PM
    Thread: problem whit this character |
Post: RE: problem whit this character |

this is a special shell character and therefore your shell causes this problem, not hashcat. You have to properly escape/quote.
undeath Very old oclHashcat-lite Support 4 8,181 06-19-2012, 07:19 PM
    Thread: how to crack md5(md5(pwd)+string) hashes?
Post: RE: how to crack md5(md5(pwd)+string) hashes?

md5(md5(pwd)+string) != md5(md5(pwd+string)) also you did not specify that "string" in your hash file (aka salt).
undeath Very old oclHashcat-plus Support 4 14,061 06-28-2012, 02:11 PM
    Thread: How should I store my users passwords in my DB?
Post: RE: How should I store my users passwords in my DB...

use salted, highly iterated password hashes, preferably utilizing PBKDF2 or scrypt.
undeath General Help 4 10,290 07-19-2012, 05:04 PM
    Thread: Restructuring pot file
Post: Restructuring pot file

Inspired from this (https://hashcat.net/forum/thread-1320-lastpost.html) thread i'd like to ask for a different format for the pot file to be created. My suggestion is using the format salt$hash:pl...
undeath Feature Requests 4 9,887 07-31-2012, 01:17 PM
    Thread: Restructuring pot file
Post: RE: Restructuring pot file

With the current pot file you cannot tell apart salt from plain if the salt contains a colon. If you prepend the salt to the hash you can easily make a regex to find the plain. ^.*\$[0-9a-f]{32,}:(?P....
undeath Feature Requests 4 9,887 07-31-2012, 04:03 PM
    Thread: Restructuring pot file
Post: RE: Restructuring pot file

yes, that would be a nicely working solution, too!
undeath Feature Requests 4 9,887 07-31-2012, 04:40 PM
    Thread: Two Question about bruteforce password vbb
Post: RE: Two Question about bruteforce password vbb

1. because you are an incompetent scripting kiddy. 2. the mask has to be at least the length to be bruteforced at maximum, say 10 times ?l for a 10 char password
undeath Old hashcat Support 4 9,607 08-20-2012, 07:26 PM
    Thread: hashcat working on by far more passwords than wordlist
Post: RE: hashcat working on by far more passwords than ...

post the command line or a screenshot of the gui with all your options.
undeath Very old oclHashcat-plus Support 4 9,238 09-08-2012, 11:08 AM
    Thread: Hashcat 0.41 external salt file and --remove error
Post: RE: Hashcat 0.41 external salt file and --remove ...

To fix the glibc error you need to upgrade your OS.
undeath Old hashcat Support 4 8,279 10-24-2012, 07:31 AM
    Thread: Formatting question
Post: RE: Formatting question

omit the path for the dicts, specify the hash mode (-m) and append --show.
undeath General Help 4 8,308 11-27-2012, 08:20 PM
    Thread: GPUs not being utilized?
Post: RE: GPUs not being utilized?

if you look closely it's not 1% but -1%. This is because Nvidia restricts the GPU usage information to the developer cards only.
undeath Old hashcat Support 4 8,050 12-05-2012, 05:51 PM
    Thread: Cram-md5 supported
Post: RE: Cram-md5 supported

not supported.
undeath General Help 4 8,439 12-09-2012, 07:49 PM
    Thread: Need help with rule based attack
Post: RE: Need help with rule based attack

just add -g 1000000 to your command line.
undeath General Help 4 9,668 12-18-2012, 03:37 PM
    Thread: New user, I need a little help.thanks
Post: RE: New user, I need a little help.thanks

the wiki should provide everything you need. https://hashcat.net/wiki/
undeath General Help 4 8,622 01-23-2013, 08:40 AM
    Thread: combinator attack : empty dic
Post: RE: combinator attack : empty dic

you need to escape
undeath Very old oclHashcat-plus Support 4 11,356 02-02-2013, 02:41 PM
    Thread: Wordpress password
Post: RE: Wordpress password

to make it short: you don't need anything except the hashes itself.
undeath General Help 4 7,739 05-12-2013, 09:18 AM