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 [asc] Author Forum Replies Views Posted
    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 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 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 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 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 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: [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: 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...

you might need to have a look at the Aes Crypt file format page: https://www.aescrypt.com/aes_file_format.html They explain how the file format is and how it changed over time there is "AES" at...
philsmd hashcat 5 812 07-07-2020, 08:09 PM
    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...

btw: just to be very clear, you need to run the perl script like this: Code: -- cd tools perl aescrypt2hashcat.pl file.aes -- i.e. in your cmd window, you need to enter the tools folder (I as...
philsmd hashcat 5 812 07-08-2020, 12:11 PM
    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: How to map a password policy onto your Mask?
Post: RE: How to map a password policy onto your Mask?

Hey Rob, the best thing you should do is to have a look into the hashcat wiki https://hashcat.net/wiki/ and for your particular problem, see here: https://hashcat.net/wiki/doku.php?id=mask_attack Your...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 16,455 05-29-2013, 10:44 AM
    Thread: how to make an attack
Post: RE: how to make an attack

probably just an escaping problem. for instance use "$-" instead on some operating system, some need \$- etc. I would test with a rule that doesn't need escaping at all, like: hashcat -j u ... ...
philsmd hashcat 4 2,139 06-25-2019, 08:08 AM
    Thread: How to input '-' charactor?
Post: RE: How to input '-' charactor?

You can just use -- to mark the end of the parameters. For instance: Code: -- cudahashcat-plus64.exe -m 0 -a 3 d:\2222222.md5 -- -?a?a?a?a?a -- There are several other ways to do it, but most of t...
philsmd General Help 2 4,542 12-25-2014, 01:19 PM
    Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...

you could just use --stdout -a 1 or combinator.bin or combinator3.bin to generate a dictionary file. you could for instance start with a list of 2 words combinated together and with -a 1 add the 3r...
philsmd General Talk 11 1,772 07-05-2020, 01:15 PM
    Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...

different topic, off-topic hint: encoding. UTF8 character encoding is supported by default, but all hashing algorithms work with bytes (0x00-0xff) anyways.
philsmd General Talk 11 1,772 07-05-2020, 05:23 PM