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 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 ...

the file redirect with Code: -- > two_words.txt -- was already mentioned above. Please read more carefully
philsmd General Talk 11 1,772 07-05-2020, 05:35 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 ...

my guess is that you messed your command up. maybe you specified a wrong file. Make sure that everything after "combinator" is a text file. for instance "combinator combinator ... " do not make sen...
philsmd General Talk 11 1,772 07-05-2020, 06: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 ...

instead of Code: -- ... -- you should of course insert the path names as explained above. Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file witho...
philsmd General Talk 11 1,772 07-05-2020, 06:47 PM
    Thread: How to get the hash code for simple Veracrypt folder
Post: RE: How to get the hash code for simple Veracrypt ...

1. yeah, you can use that dd windows port. You can see how other users used it: - https://hashcat.net/forum/thread-8493-post-45361.html#pid45361 - https://hashcat.net/forum/thread-8098-post-43441.ht...
philsmd hashcat 3 681 06-30-2020, 07:47 PM
    Thread: How to get the hash code for simple Veracrypt folder
Post: RE: How to get the hash code for simple Veracrypt ...

you could just simple open the file manager ("explorer.exe") and go to that folder to see if it has the correct file size (and double check the file name + extension). Normally there also comes som...
philsmd hashcat 3 681 07-01-2020, 11:40 AM
    Thread: How to get status for cracking process to use in other programs?
Post: RE: How to get status for cracking process to use ...

also read this: https://hashcat.net/forum/thread-2296.html and the restore file format: https://hashcat.net/wiki/doku.php?id=oclhashcat_lite#parsing_the_restore-file
philsmd Old hashcat Support 3 7,262 10-30-2013, 12:10 AM
    Thread: How to get addresses from keys?
Post: RE: How to get addresses from keys?

I don't think so. You would need to have the password to decrypt it and get the private keys (the HD mechanism automatically allows to generate and lookup all the addresses and public keys if you have...
philsmd General Talk 3 728 08-05-2020, 03:28 AM
    Thread: How to get addresses from keys?
Post: RE: How to get addresses from keys?

this makes no sense: Code: -- -1 ?u?l -2 ?u?l -3 ?u?l -4 ?u?l -- they all define the same thing. so do it only once Code: -- hashcat -m 22700 -a 3 -w 3 -1 ?u?l -i --increment-min 5 hashe...
philsmd General Talk 3 728 08-07-2020, 03:18 AM
    Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?

You should be more specific about what you know about the keys/passwords. If the keys are completely random and k1, k2 and k3 could all be different, then the keyspace is very large (way too large to...
philsmd hashcat 5 4,445 08-14-2017, 03:05 PM
    Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?

I see no reason to use rand () here. That would only make sense if you know the seed (as explained in my previous post). Otherwise it would just slow everything down by a lot. Furthermore, there is no...
philsmd hashcat 5 4,445 08-14-2017, 04:44 PM
    Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...

best recommendation in such cases is always to try to generate a new very similar file/partition with TrueCrypt with known password (maybe even similar password compared to what expect) and try to cra...
philsmd hashcat 6 2,676 07-16-2019, 08:31 PM
    Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...

yeah and I also do not agree that testing is a waste of time or you can save time by just asking and take everything for granted. Verify it ! check if the claim about this sector is correct by generat...
philsmd hashcat 6 2,676 07-17-2019, 01:10 PM
    Thread: How to find out veracrypt hash type
Post: RE: How to find out veracrypt hash type

The FAQ over here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes clearly says that you need to extract the last 512 bytes Quote:...
philsmd hashcat 2 1,411 07-26-2019, 04:27 AM
    Thread: How to filter a wordlist
Post: RE: How to filter a wordlist

you can probably use power shell on windows: select-string furthermore, grep.exe for instance can be used on windows too. also mingw/cygwin for windows could be an option
philsmd hashcat 6 2,743 06-07-2019, 10:07 PM
    Thread: How to extract hash of mssql
Post: RE: How to extract hash of mssql

nmap for instance: https://nmap.org/nsedoc/scripts/ms-sql-dump-hashes.html https://github.com/nmap/nmap/blob/a7638f57c88cb1b5da949147729fca76a0f332c5/scripts/ms-sql-dump-hashes.nse#L71-L73
philsmd hashcat 1 547 04-21-2020, 12:56 PM
    Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server

#1 there is no such thing as an installation for brain. you can just remove/delete the files starting with brain.* brain.*.admp (attack storage) brain.*.ldmp (session storage, long time memory) ...
philsmd hashcat 2 2,599 11-28-2018, 01:28 PM
    Thread: How to enter hashcat mask?
Post: RE: How to enter hashcat mask?

001?d?d?d?d?d?d?d all the details are here: - wiki: https://hashcat.net/wiki/doku.php?id=mask_attack - or FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_should_i_use_a_m...
philsmd hashcat 4 1,409 12-11-2019, 06:43 PM
    Thread: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?

you could use tools/test.pl for this Code: -- echo hashcatrocks | perl tools/test.pl passthrough 2500 | base64 -d > my.hccapx -- btw: tools/test.pl is within the hashcat folder (source code)...
philsmd hashcat 9 3,132 08-14-2019, 09:43 AM
    Thread: How to emulate 3 dictionaries?
Post: RE: How to emulate 3 dictionaries?

turbohaje Wrote: (01-16-2015, 02:39 PM) -- cudaHashcat64.exe -m 0 -a 1 -o results.txt -j $. -k [email protected] --outfile-format=3 hashes.txt names.txt surnames.txt This should generate name.surname@gm...
philsmd Old oclHashcat Support 6 8,446 01-16-2015, 02:50 PM
    Thread: how to do it better ???
Post: RE: how to do it better ???

https://hashcat.net/wiki/?id=timeout_patch
philsmd hashcat 4 1,324 01-29-2020, 08:30 PM