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: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and oclHashcat
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...

The catalyst driver version 14.12 is broken, see here: https://hashcat.net/forum/thread-3915.html Furthermore, this has nothing to do with The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)...
philsmd Old oclHashcat Support 2 4,631 05-13-2015, 07:26 PM
    Thread: md5(md5($pass))
Post: RE: md5(md5($pass))

see https://hashcat.net/wiki/doku.php?id=example_hashes -m 2600 = Double MD5
philsmd Old oclHashcat Support 2 7,069 06-12-2015, 09:07 AM
    Thread: seperator unmatched
Post: RE: seperator unmatched

You are not allowed to post hashes, see: https://hashcat.net/forum/announcement-2.html I/we should ban you immediately for 1 week. Anyway, the problem is that you need to use -m 1000 and use the...
philsmd Old hashcat Support 2 11,273 06-16-2015, 04:26 PM
    Thread: Lotus Notes/Domino 8
Post: RE: Lotus Notes/Domino 8

I'm not totally sure what the purpose of this thread is. Is it meant as a summarize/description/guide of what the user could do when he gets a user.id file (in form of a user contribution thread) or i...
philsmd Old oclHashcat Support 2 6,257 06-25-2015, 03:49 PM
    Thread: Error ? --pw-min is a reserved parameter for Prince attack mode
Post: RE: Error ? --pw-min is a reserved parameter for P...

From the --help output (and wiki and forum and ...) you can easily see that the options you are looking for are: Code: -- --increment Enable increment mode --increment-min=NUM Start i...
philsmd Old hashcat Support 2 7,090 08-25-2015, 06:57 PM
    Thread: nested sha1
Post: RE: nested sha1

For instance the "Redmine Project Management Web App" uses exactly this algorithm, i.e. sha1 ($salt . sha1 ($pass)) the algorithm is available on both hashcat and oclHashcat with attack mode -m 76...
philsmd General Talk 2 5,088 12-22-2015, 11:11 AM
    Thread: Custom iterations count
Post: RE: Custom iterations count

What are the details about the algorithm used? "sha512 salted with custom iterations" doesn't really say much. There are many different ways to use "sha512", "iterations" and "salt" all within a has...
philsmd Old oclHashcat Support 2 5,103 12-28-2015, 08:14 PM
    Thread: preppend number to dictionary
Post: RE: preppend number to dictionary

Think about it one more time! If you first prepend 1 then prepend 2 then prepend 3 then prepend 4 then prepend 5 you end up prepending "54321" so you need to reverse it to ^5^4^3^2^1 if you want to ...
philsmd Old hashcat Support 2 4,398 01-15-2016, 12:27 AM
    Thread: weird rule issue..
Post: RE: weird rule issue..

-m 2500 = WPA/WPA2 has a minimum password length of 8 (included). Therefore the word "amanda" will be rejected because it is too small (6 characters long). You can use pipes (e.g. from cpu hashcat --...
philsmd Old oclHashcat Support 2 4,693 02-29-2016, 10:07 PM
    Thread: outfile-check-dir is being ignored
Post: RE: outfile-check-dir is being ignored

I'm really doubting that this is a serious question. But if it really is... you can't tell oclHashcat that it should output only plains (without the hashes) and at the same time you are trying to tel...
philsmd Old oclHashcat Support 2 4,814 02-27-2016, 10:16 AM
    Thread: substr(md5(md5($pass)))
Post: RE: substr(md5(md5($pass)))

If you are asking about the code changes you need to do to make this work, it would probably be better to discuss this in the developer section of this forum. Feature request go directly to github (o...
philsmd hashcat 2 6,214 03-01-2016, 09:08 PM
    Thread: Duplicated hashes
Post: RE: Duplicated hashes

Just use the --show option *after* you cracked the hashes. Since you used the --potfile-disable switch, you need to (temporarily) have a .pot file or with *newest beta* version (of hashcat 3.00) us...
philsmd hashcat 2 4,587 05-23-2016, 08:30 PM
    Thread: keyspace vs speed and time estimated
Post: RE: keyspace vs speed and time estimated

There are 2 different definitions of "keyspace" here: 1. the first of them is the "keyspace" for a sequence of 8 upper case characters, i.e. 26 ^ 8 = 208827064576 (note: you can see this also within t...
philsmd Old oclHashcat Support 2 4,497 03-15-2016, 05:47 PM
    Thread: MS office 2013 Hash algo in python
Post: RE: MS office 2013 Hash algo in python

Well, the most suitable answer would be just read the kernel's source code (of e.g. -m 9600) and convert it to python (that may also - be the only thing that - help to get an idea about the optimizati...
philsmd General Talk 2 4,186 07-01-2016, 08:41 AM
    Thread: Create a single rule file with maskprocessor
Post: RE: Create a single rule file with maskprocessor

Congratz, you actually found out the "hard way" what the differences between rule and mask attack is (the easy way would be to just read the wiki pages, in this specific case especially these 2 pages:...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 6,701 07-24-2016, 11:26 AM
    Thread: hex output special character
Post: RE: hex output special character

it's nothing particular strange about that $HEX[...] output, instead it is just the hexadecimal representation of the string. Yeah, if you really want you can use --outfile-autohex-disable in your fir...
philsmd hashcat 2 4,276 08-02-2016, 10:24 AM
    Thread: 2013 MBP with -d 3 option not cracking properly
Post: RE: 2013 MBP with -d 3 option not cracking properl...

This seems to be *exactly* the same problem as reported here: https://github.com/hashcat/hashcat/issues/428 Current conclusion is that it's a driver problem only affecting Apple devices, but the al...
philsmd hashcat 2 4,176 08-10-2016, 08:04 AM
    Thread: HC 3.0 generates gibberish with rules and full syntax on WPA
Post: RE: HC 3.0 generates gibberish with rules and full...

That is kind of obvious since --stdout doesn't expect any other other files besides the files needed for the attack type (e.g. -a 0 expects a dictionary or directory, -a 3 expects a mask, -a 1 expects...
philsmd hashcat 2 3,688 08-11-2016, 12:47 PM
    Thread: hashcat64 not working versus hashcat32
Post: RE: hashcat64 not working versus hashcat32

You can troubleshoot this in different ways: 1. use strace to see what is going on 2. look at the exit code (echo $? after you run the command) 3. try with the beta version under https://hashcat.net/b...
philsmd hashcat 2 4,336 08-12-2016, 08:52 AM
    Thread: Noob question. Cracking single unsalted md5
Post: RE: Noob question. Cracking single unsalted md5

https://hashcat.net/faq/#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it
philsmd hashcat 2 8,298 08-14-2016, 06:32 PM