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 [desc] Author Forum Replies Views Posted
    Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...

next step would of course be to make sure it's a valid .aes file by comparing the file format description from https://www.aescrypt.com/aes_file_format.html with the file loaded in a hex editor (like ...
philsmd hashcat 5 812 07-09-2020, 08:14 AM
    Thread: [solved] how to pipe rli2 tot textfile?
Post: RE: how to pipe rli2 tot textfile?

Code: -- rli2.exe text1 text2 > outfile --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 10,704 12-14-2014, 04:36 PM
    Thread: [solved] how to pipe rli2 tot textfile?
Post: RE: how to pipe rli2 tot textfile?

No, it should work like that. See for instance here: https://hashcat.net/forum/thread-3826.html Same OP and identical problem. The suggested solution in both cases was to use "> outfile", which of co...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 10,704 12-14-2014, 06:44 PM
    Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :

Code: -- sed 's/^[^:]*://' user_word.txt > word.txt --
philsmd hashcat 5 1,914 07-23-2019, 01:09 PM
    Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :

if you really need both, you could just replace the : with new lines: Code: -- sed 's/:/\n/' user_word.txt > all.txt -- undeath edit: ok, you win
philsmd hashcat 5 1,914 07-23-2019, 08:07 PM
    Thread: how to remove hash from output file
Post: RE: how to remove hash from output file

--outfile-format 2 combined with --username will only output the username and the password. What you should know is that -o always appends to the file and therefore the file cracked.txt won't be ov...
philsmd hashcat 3 3,469 08-14-2017, 10:32 AM
    Thread: how to remove hash from output file
Post: RE: how to remove hash from output file

I can't reproduce this problem and I now tried a lot of different commands etc. Which version of hashcat do you use? make sure that you use the latest release version (3.6 currently).
philsmd hashcat 3 3,469 08-14-2017, 12:00 PM
    Thread: How to restore haschat after reboot and please help with GETH wallet decrypted
Post: RE: How to restore haschat after reboot and please...

you can restore a session by moving into the correct directory and running just this command: Code: -- hashcat --restore -- you do not need (and are not allowed) to add many further arguments ...
philsmd hashcat 5 4,143 03-20-2018, 01:38 PM
    Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...

1. Code: -- hashcat --keyspace -a 3 ?a?a?a?a?a?a?a 81450625 -- 2. Code: -- 81450625 / 10 = 8145063 -- 3. Code: -- hashcat -m 0 -a 3 -w 4 --skip 0 --limit 8145063 hash_file.txt ?a?a?a?...
philsmd hashcat 3 5,662 03-30-2017, 09:15 AM
    Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...

This question is also within the most frequently asked questions (wiki page): https://hashcat.net/faq#what_is_a_keyspace
philsmd hashcat 3 5,662 03-30-2017, 11:01 AM
    Thread: distributed cracking: relation between -s/-l value and Restore.Point value when cracked
Post: RE: how to run hashcat in a distributed environmen...

You shouldn't make this type of connection between -s/-l value and the value you see at the time the hashes were cracked in the Restore.Point line (there are additional features that might influence i...
philsmd hashcat 6 5,688 03-31-2017, 09:21 AM
    Thread: How to run the program to find a hash/Помогите запустить хешке
Post: RE: How to run the program to find a hash/Помо...

You can download the intel OpenCL CPU driver here: https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime for your 430m CPU. the GPU is way too old.
philsmd hashcat 6 7,224 09-02-2017, 12:07 PM
    Thread: How to save progress with PRINCE ?
Post: RE: How to save progress with PRINCE ?

you should have a file called pp.save automatically saved into the current directory (if you didn't provide --save-pos-disable). just copy the number within that file to the -s parameter therefore...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 3,620 08-22-2018, 06:31 PM
    Thread: How to say that the password starts with "abc"
Post: RE: How to say that the password starts with "abc"

What type of hashes do you use (there are salted hashes, where you can use abc as salt)? What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that...
philsmd hashcat 3 4,528 11-16-2017, 12:35 PM
    Thread: How to set the minimum password length?
Post: RE: How to set the minimum password length?

from https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains : Quote: -- Reject rules only work either with hashcat-legacy, or when using “-j” or “-k” with hashc...
philsmd hashcat 5 7,345 08-07-2017, 10:14 PM
    Thread: how to take hash with winrar?
Post: RE: how to take hash with winrar?

For -m 12500 = RAR3-hp the hashes must start with $RAR3$*0* if you have a $RAR3$*1* hash (i.e. a rar file without encrypted file names) instead, it is not supported, see https://github.com/hashcat...
philsmd hashcat 8 11,898 08-06-2018, 05:51 PM
    Thread: How to test(crack) RAR?
Post: RE: How to test(crack) RAR?

Futhermore, you need to extract the required information from the .rar file (e.g. with rar2john.py) before you start cracking with hash type -m 12500 (which you btw did not specify on the command line...
philsmd Old oclHashcat Support 4 32,962 08-21-2015, 01:45 PM
    Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...

https://hashcat.net/faq#can_i_restore_a_hashcat_session "The only parameters allowed when restoring a session are --restore and --session (optional)"
philsmd hashcat 5 2,167 07-21-2019, 03:35 PM
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

see the output of --help sha256(md5(pass)) is not currently supported -a 3 needs a mask and you specify a mask directly after the hash file e.g. Code: -- ./hashcat64.bin -a 3 -m 4700 -D 1...
philsmd hashcat 9 3,421 07-13-2019, 08:18 AM
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

Code: -- perl tools/test.pl passthrough 0 < example.dict | hashcat -m 1400 -w 3 hash.txt --
philsmd hashcat 9 3,421 07-13-2019, 12:22 PM