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: Slow bcrypt
Post: RE: Slow bcrypt

the cost factor is encoded in the hash The example hash for instance starts with "$2a$05$" (hashcat -m 3200 --example-hashes) and therefore has an exponent of 5 (cost factor) and therefore uses 2^...
philsmd hashcat 4 2,604 04-15-2019, 12:17 PM
    Thread: Slow bcrypt
Post: RE: Slow bcrypt

you can't change the iteration count (cost settings) without making the hash uncrackable. Therefore, technically you could change it, but it won't crack for sure with wrong settings. btw. you didn'...
philsmd hashcat 4 2,604 04-15-2019, 02:15 PM
    Thread: Slow hashing with R9 290
Post: RE: Slow hashing with R9 290

1. you mentioned the mask ?d?d?d?d?d?d?d?d?d?d but the status screen of oclHashcat clearly and undoubtedly shows us that you are lying about it. What I mean is, that it should be very clear to all of ...
philsmd Old oclHashcat Support 4 6,869 03-15-2016, 12:12 PM
    Thread: Slow hashing with R9 290
Post: RE: Slow hashing with R9 290

no problem, you are welcome. ... as said, the speed difference with small masks or static left parts of the mask is more or less only noticeable with fast hashes, but the important thing to remember ...
philsmd Old oclHashcat Support 4 6,869 03-15-2016, 05:02 PM
    Thread: slow using rules
Post: RE: slow using rules

try with Code: -- -S -- added to your command line. Alternatively, you could generate a new dict or use stdin/pipe, but first test with -S added to your command line (only makes sense for "...
philsmd hashcat 7 1,055 07-28-2020, 09:07 PM
    Thread: Slow-candidates for hybrid attacks
Post: RE: Slow-candidates for hybrid attacks

I think there isn't really any serious reasoning why it isn't implemented yet. You could try to request it on github (https://github.com/hashcat/hashcat/issues/) and see if it gets accepted and implem...
philsmd hashcat 2 1,211 05-08-2020, 12:59 PM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

Well, that's a comparison of 2 completely different (operating) systems. I'm not sure if that is a good comparison. Furthermore, the 2 system also have different hardware (so everything changes). A be...
philsmd hashcat 13 11,067 06-02-2017, 08:09 AM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

Wait, how did you test this that quickly? (you had to reboot your system and wait until the whole dictionary exhausted, shouldn't that take at least several minutes/hours?) How much time does it take...
philsmd hashcat 13 11,067 06-02-2017, 08:50 AM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

Oh that might explain it (you shouldn't install CUDA at all for using hashcat, it might ship with conflicting .dll/drivers). You should try to follow this: https://hashcat.net/faq#i_may_have_the_wron...
philsmd hashcat 13 11,067 06-02-2017, 09:25 AM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

Well, normally one should prefer small targeted word lists with a lot of rules (not just massive word lists with no rules). The GPUs need to have some work to do (i.e. with the help of some amplifica...
philsmd hashcat 13 11,067 06-02-2017, 09:41 AM
    Thread: SMF
Post: RE: SMF

This -e and --remove discussion seems to be kind of offtopic here, but anyway, there was a "non-ideal behaviour" I would say that was very well documented https://hashcat.net/trac/ticket/153 and https...
philsmd Old hashcat Support 16 36,790 06-16-2013, 08:09 AM
    Thread: SMF
Post: RE: SMF

After the colon ( : ) is the salt! If you have the salt in a separate file, the only things you could do is either combine each hash w/ every salt or use -e.... BUT: the -e option w/ SMF hashes was *n...
philsmd Old hashcat Support 16 36,790 06-17-2013, 05:04 PM
    Thread: SMF
Post: RE: SMF

We should really focus on the SMF problem here, what you are asking now is very trivial linux stuff. Anyway, paste this one-liner in your shell and you should see how it is combined. Add redirection a...
philsmd Old hashcat Support 16 36,790 06-17-2013, 08:43 PM
    Thread: SMF
Post: RE: SMF

It is just like I said... please believe me, you should append the salt to the hash (separating hash and salt w/ colons, the salt is a normal string, doesn't need to be in hex or something like that)....
philsmd Old hashcat Support 16 36,790 06-17-2013, 09:29 PM
    Thread: Solution to use very large wordlist
Post: RE: Solution to use very large wordlist

What is the hash type ? -m ? For instance -m 2500 = WPA/WPA2 has a minimum password length of 8 characters You should also think if it is possible to replace the huge file with a more clever str...
philsmd hashcat 4 3,817 05-12-2018, 03:41 PM
    Thread: Solved WPA2 Hash - but Password won't work
Post: RE: Solved WPA2 Hash - but Password won't work

I think it is much more likely that there are some further security measurements (like MAC address filtering) or that you type/input the password incorrectly (wrong configuration/setting/HEX vs presha...
philsmd hashcat 4 5,190 03-31-2017, 08:53 AM
    Thread: some example hcmask files shipped by hashcat (in the masks/ folder)
Post: RE: some example hcmask files shipped by hashcat (...

This was my mistake, I updated that section before 0.15 is/was released. Please be patient for those files + hcmask support (both will be shipped with next version ofc). This feature (+ sample hcma...
philsmd Very old oclHashcat-plus Support 1 5,895 08-20-2013, 11:49 PM
    Thread: Some interesting test 14100
Post: RE: Some interesting test 14100

Please request this new feature on github https://github.com/hashcat/hashcat/issues It would probably require a new optimized kernel that is dedicated to this special variant and I would suggest th...
philsmd hashcat 5 1,319 04-28-2020, 01:59 PM
    Thread: Some remarks and maybe idea for improvement
Post: RE: Some remarks and maybe idea for improvement

hashcat uses markov by default (it's not random), it's trained with rockyou.txt (update see below). you can use --markov-hcstat2 and hcstat2gen (see https://github.com/hashcat/hashcat-utils/blob/ma...
philsmd hashcat 1 1,919 05-09-2019, 11:48 AM
    Thread: Some way to 'increment from a wordlist'
Post: RE: Some way to 'increment from a wordlist'

you could pre-generate the word list or just use -a 1 hash.txt dict1.txt dict2.txt -a 1 also works with 3 combinations of works if dict1.txt hash already 2 words combined and you combine it one mor...
philsmd hashcat 6 2,052 08-30-2019, 09:41 PM