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 Views [asc] Posted
    Thread: OpenCart hash
Post: RE: OpenCart hash

https://hashcat.net/wiki/frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this
philsmd General Help 3 7,946 07-11-2015, 10:50 AM
    Thread: stupid behaviour when using masks hashcat execution
Post: RE: stupid behaviour when using masks hashcat exec...

1. read here: https://hashcat.net/wiki/doku.php?id=mask_attack#supported_by "mask files are currently only supported by oclHashcat" 2. there is no masks directory nor .hcmask files within the cpu h...
philsmd Old hashcat Support 2 7,916 06-12-2014, 12:27 PM
    Thread: brut password for etherwallet, I forgot it!
Post: RE: brut password for etherwallet, I forgot it!

No, the parameters N, r, p are only used with scrypt. Therefore it can't be -m 15600 Did you even do what I told you ? Did you run the python interpreter with the ethereum2john.py file and the json...
philsmd hashcat 9 7,903 01-03-2018, 12:58 PM
    Thread: brut password for etherwallet, I forgot it!
Post: RE: brut password for etherwallet, I forgot it!

You need to download this file: https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/ethereum2john.py (Save as "ethereum2john.py" without quotes). then run it with python...
philsmd hashcat 9 7,903 01-03-2018, 11:48 AM
    Thread: Output format
Post: RE: Output format

yes, the hash file must contain the username. 1st step you crack the hashes by using the --username switch 2nd step you show the hashes with -m x --show --username original_hash_file_with_usernames.t...
philsmd General Talk 1 7,897 11-16-2014, 07:05 PM
    Thread: Help with Axcrypt
Post: RE: Help with Axcrypt

You can just use axcrypt2john.py (btw: the format - an example "hash" - is also mentioned here: https://hashcat.net/wiki/example_hashes )
philsmd General Talk 5 7,880 08-11-2016, 12:39 PM
    Thread: Help with Axcrypt
Post: RE: Help with Axcrypt

I'm not sure about the exact error message you get but if it is a python error you should probably use a different (version of) Python (maybe Python 2.7 at least). Since you didn't show the full erro...
philsmd General Talk 5 7,880 08-12-2016, 08:48 AM
    Thread: --remove ?
Post: RE: --remove ?

It is all very well explained in the FAQ: --show (https://is.gd/HiV9cw) To sum it up: --show needs to be run on the original (not modified) hash list, it must be run after the cracking was already fin...
philsmd Old oclHashcat Support 5 7,871 05-28-2015, 06:38 PM
    Thread: Joomla 3.2 hashing support?
Post: RE: Joomla 3.2 hashing support?

The upcoming 1.02 version does support those work factors too: https://hashcat.net/trac/ticket/280
philsmd General Talk 2 7,867 02-18-2014, 09:52 AM
    Thread: [Benchmark] MSI GTX 1080 FE
Post: RE: Bench : MSI GTX 1080 FE

You can't compare apples to oranges. Comparisons must be done with same conditions otherwise the results make no sense. Comparing benchmarks with overclocked GPUs versus benchmarks w/ stock clocks ...
philsmd Hardware 5 7,835 07-05-2016, 10:35 AM
    Thread: Axcrypt: axcrypt2john.py (how to use python)
Post: RE: Using for Axcrypt

My guess is that you should just use the correct python version and therefore: you do not need to change the .py file at all. With "the correct" version of python it should work without problems. ...
philsmd hashcat 8 7,831 08-08-2017, 04:07 PM
    Thread: Axcrypt: axcrypt2john.py (how to use python)
Post: RE: Axcrypt: axcrypt2john.py (how to use python)

I understand that it's not your day to day job to develop or run code, but you should at least try to do some research and think about it. This is not that difficult at all. There are literally thous...
philsmd hashcat 8 7,831 08-08-2017, 09:37 PM
    Thread: Building password list
Post: RE: Building password list

just answered above: Code: -- mp64 -q 2 ?l?l?l?l?l?l?l?l --
philsmd hashcat 21 7,827 09-04-2019, 03:39 PM
    Thread: Building password list
Post: RE: Building password list

no, read the help of maskprocessor (https://github.com/hashcat/maskprocessor) Code: -- -q, --seq-max=NUM Maximum number of multiple sequential characters -- Did you even test it ? Do ...
philsmd hashcat 21 7,827 09-05-2019, 12:38 PM
    Thread: Building password list
Post: RE: Building password list

I really hate it if we are talking about 2+ very different problems that are very unrelated (except that you can use mask in both cases). 1. question about 2 adjacent identical characters 2. a simpl...
philsmd hashcat 21 7,827 09-04-2019, 01:20 PM
    Thread: Building password list
Post: RE: Building password list

-q works for each and every "multiple sequential characters" the pipe and grep after the maskprocessor command are just used as a proof that it works. the only command you need is maskprocessor ...
philsmd hashcat 21 7,827 09-05-2019, 04:01 PM
    Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID

Yeah, feel free to contribute with such a pull request. I would say that using the $HEX[] format would be a good solution since it is already used a lot for the different hashcat tools. So the input...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 7,821 03-17-2017, 09:53 AM
    Thread: $HEX[...]
Post: RE: $HEX[...]

Yes, encoding matters. Try this: Code: -- echo -en 'EFE\xc7INAR' | md5sum f54198dc47cf5cd61202b8675e118811 - -- or this: Code: -- echo -n 'EFEÇINAR' | iconv -t iso-8859-1 | md5sum f...
philsmd Old oclHashcat Support 3 7,779 06-14-2014, 11:18 AM
    Thread: hashcat problem
Post: RE: hashcat problem

You should never use --show while cracking (and while specifying a wordlist, mask etc). Please read the wiki: FAQ: --show (https://is.gd/HiV9cw)
philsmd Old hashcat Support 4 7,772 05-29-2015, 09:26 PM
    Thread: multi hccap crack
Post: RE: multi hccap crack

The multi-hccap support is explained here: https://hashcat.net/wiki/doku.php?id=hccap Note: for performance reasons you cannot mix wpa2 and wpa (also see https://hashcat.net/trac/ticket/222#comment:4 ...
philsmd Old oclHashcat Support 1 7,754 01-20-2014, 08:34 PM