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 [desc] Posted
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

The --keyspace , --skip and --limit usage is very intuitive. You just first determine the total "keyspace" (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace) with ...
philsmd hashcat 9 1,579 04-27-2020, 08:54 AM
    Thread: Hash type sorting
Post: RE: Hash type sorting

best advice would be to do it manually. There are some software that try to detect hashes, but they are all crap and not reliable. You sometimes can't say what the hash type is if you do not know whic...
philsmd hashcat 2 1,590 05-11-2019, 01:31 PM
    Thread: Script or tool for hashing lines needed
Post: RE: Script or tool for hashing lines needed

you can use tools/test.pl for it Code: -- cat example.dict | perl ./tools/test.pl passthrough 0 --
philsmd General Talk 4 1,596 09-25-2019, 07:46 PM
    Thread: m -15700 2h\s on 1080ti
Post: RE: m -15700 2h\s on 1080ti

it's called the cost factor (N, r, p). different settings/cost implies different speed
philsmd hashcat 4 1,599 11-24-2019, 01:00 PM
    Thread: help cracking a 7 character password
Post: RE: help cracking a 7 character password

so many problems here: 1. it's NOT allowed to post hashes, see https://hashcat.net/forum/announcement-2.html It's even worse if you claim that you have some problem and NOT even provide the correct...
philsmd hashcat 3 1,603 08-21-2019, 11:45 AM
    Thread: help cracking a 7 character password
Post: RE: help cracking a 7 character password

yeah, it's easy to blame a moderator for being nasty and I have no problem being called like that. The main question is if it is more nasty to treat rules like they do not exist ... or if it's more na...
philsmd hashcat 3 1,603 08-21-2019, 12:42 PM
    Thread: Rules for Swedish characters
Post: RE: Rules for Swedish characters

see --keyboard-layout-mapping and the file layouts/se.hckmap also read about the addition of this feature here: https://hashcat.net/forum/thread-7983.html
philsmd hashcat 4 1,606 07-31-2019, 07:18 PM
    Thread: Benchmark Variance
Post: RE: Benchmark Variance

did you actually try to mess around with the command line options and see if you can observe any changes as suggested above? btw: it would also make sense to read the warnings and act accordingly (...
philsmd hashcat 4 1,606 11-13-2019, 01:32 AM
    Thread: Benchmark Variance
Post: RE: Benchmark Variance

For me it has kind of the different effect, -w 4 is even slightly faster than the benchmark with -b , because benchmark doesn't use -w 4 by default. If you want to troubleshoot here are the relevan...
philsmd hashcat 4 1,606 11-12-2019, 09:00 AM
    Thread: Help me install hxctools
Post: RE: Help me install hxctools

well, this is the hashcat forum. so you won't get too much help here (hcxtools is a 3rd party tool). I would suggest that you just install the headers / dev / libs package too like "libssl-dev". ...
philsmd hashcat 3 1,608 08-26-2019, 03:01 PM
    Thread: Combinator
Post: RE: Combinator

it's all about acceleration, read: https://hashcat.net/faq/morework if there is much I/O slowdown, but little new input for hashcat, the GPU can't really accelerate, it will stay idle... instead if...
philsmd hashcat 8 1,615 05-20-2020, 08:38 PM
    Thread: Blake2b hash always has invalid token length
Post: RE: Blake2b hash always has invalid token length

example hashes can be found here: https://hashcat.net/wiki/example_hashes or use -m 600 --example-hashes posting hashes is against the forum rules (no matter what "problem" you have), you will g...
philsmd hashcat 4 1,617 10-18-2019, 11:47 AM
    Thread: Blake2b hash always has invalid token length
Post: RE: Blake2b hash always has invalid token length

it's not $blake2$ signature but $BLAKE2$ just try the example and see what happens. put the hash in a hash file, because depending on your operating system and shell $variable like $BLAKE2 will be...
philsmd hashcat 4 1,617 10-18-2019, 12:15 PM
    Thread: Ethereum Wallet and 1080ti trouble
Post: RE: Ethereum Wallet and 1080ti trouble

It's called the cost factor (N, r, p parameters of scrypt). your hash is probably: $ethereum$s*262144*1*8 their hash is: $ethereum$s*8192*8*1* it's important to compare similar things, not apple ...
philsmd hashcat 4 1,626 02-15-2020, 12:15 PM
    Thread: Hashcat64 cannot detect GPU @ driver Nvidia 417.22 Cuda 10
Post: RE: Hashcat64 cannot detect GPU @ driver Nvidia 41...

please follow this guide: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do You have a broken driver installation. Furthermore,...
philsmd hashcat 1 1,628 12-12-2018, 12:31 PM
    Thread: Speed up the --show command
Post: RE: Speed up the --show command

interesting... we had a similar discussion a couple of times in the past (see https://hashcat.net/forum/thread-7756-post-41734.html#pid41734). We also improved the performance a lot a while back, for...
philsmd hashcat 1 1,632 10-08-2018, 01:05 PM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

now you are confusing ciphertext and plaintext the format of -m 14000 hashes is 8_bytes_ciphertext_in_hex:8_bytes_plaintext_in_hex
philsmd hashcat 11 1,633 06-15-2020, 09:02 AM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

yeah, it could work... but also the kernel would need to loop over these 256*256 combinations (16 bits) = 65536 which of course would imply a kernel runtime of 65536 times longer :( That means h...
philsmd hashcat 11 1,633 06-15-2020, 11:54 AM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

for -m 14000 = DES (PT = $salt, key = $pass) the "plain text" is the salt and the password is the encryption key Therefore, with unknown plain text the "hash" would change or you would need to l...
philsmd hashcat 11 1,633 06-14-2020, 11:00 PM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

so you know exactly 4 "bytes" of 8 bytes of the key ? (just remember that of the 8 "bytes" == 8 * 8 bits = 64 bits, 8 of them are parity bits, therefore it's 8*8 - 8 = 64 bits - 8 bits = 56 bits). we ...
philsmd hashcat 11 1,633 06-15-2020, 08:39 AM