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: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

Please follow this guide: https://hashcat.net/faq/wrongdriver) also always mention what your GPUs / CPUs / operating system / drivers are. if you want to start a mask attack, you should also a...
philsmd hashcat 9 3,829 02-10-2019, 08:33 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

hmm, did you try installing an older driver version ? e.g. the ones recommended on https://hashcat.net/hashcat I'm pretty sure this is not a hashcat issue... but it could of course be that Nvidia c...
philsmd hashcat 9 3,829 02-10-2019, 09:18 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

did you try running these commands: Code: -- hashcat -I -- and Code: -- hashcat -b -- if not, please try with the above hashcat test/benchmark/troubleshooting commands.
philsmd hashcat 9 3,829 02-10-2019, 09:26 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

did you try without using powershell, but cmd instead ? [hr] update: whoops, I just realized I had the "wrong" screenshot open from this issue (https://hashcat.net/forum/thread-8141-post-43675.htm...
philsmd hashcat 9 3,829 02-10-2019, 09:27 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

did you try to follow the wrongdriver guide ? Do you have any other OpenCL runtime/driver installed ? maybe the one for your CPU etc ? For the system that isn't working yet, did you have any (wo...
philsmd hashcat 9 3,829 02-10-2019, 12:05 PM
    Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver

are you sure that the MH/s are for a single card and for -m 2500 = WPA/WPA2 ? That's probably not correct. Can you give a link to these benchmarks ? Of course if you have 8 x Nvidia GTX 1080 ti th...
philsmd hashcat 7 4,416 12-16-2018, 04:05 PM
    Thread: Hashcat save/restore
Post: RE: Hashcat save/restore

best solution is to not use crunch: Code: -- hashcat -m 2500 -a 3 -o output_test -2 abc123 test.hccapx ?2?2?2?2?2?2?2?2 --
philsmd hashcat 3 411 09-08-2020, 12:47 PM
    Thread: Hashcat save/restore
Post: RE: Hashcat save/restore

My suggestion still makes sense, hashcat has built-in support for masks: https://hashcat.net/wiki/doku.php?id=mask_attack you do not need to use crunch and you do not need to use any word list, ju...
philsmd hashcat 3 411 09-08-2020, 12:55 PM
    Thread: Hashcat running VERY slow
Post: RE: Hashcat running VERY slow

bcrypt has a cost factor 2 ^ cost factor is determining the iteration count. You can't compare apple to oranges. different cost factors imply different speeds
philsmd hashcat 5 2,432 05-24-2019, 09:25 PM
    Thread: Hashcat running VERY slow
Post: RE: Hashcat running VERY slow

what are the number of salts and cost factors of the two runs that you are comparing ? They must be identical to make any conclusions. $2a$05$ for instance means 2^5 = 32 iterations, but for ...
philsmd hashcat 5 2,432 05-24-2019, 09:37 PM
    Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash

-a 3 is mask attack ("brute-force"). This makes no sense with a dictionary like rockyou.txt. For dictionary attacks you need to use -a 0 (word lists).
philsmd hashcat 3 424 08-17-2020, 10:29 PM
    Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash

no previous cracks needed, although it would make sense to try crack the example hash from https://hashcat.net/wiki/example_hashes just to make sure everything is working correctly (you could either j...
philsmd hashcat 3 424 08-17-2020, 11:20 PM
    Thread: Hashcat rule help.
Post: RE: Hashcat rule help.

Code: -- hashcat --stdout -o usernames_with_digits.txt -a 6 usernames.txt ?d?d?d -- and Code: -- hashcat -m 0 -a 1 -w 3 hashes.txt usernames_with_digits.txt domain_names.txt --
philsmd hashcat 6 5,416 11-06-2017, 01:19 PM
    Thread: Hashcat restore seasion problem
Post: RE: Hashcat restore seasion problem

Please just add (e.g. append) it to your original command line. For instance if you cmd line was: hashcat-cli64.exe -m 0 -a 3 m0000.txt ?a?a?a?a?a?a?a Then, the new one should (in addition) contain t...
philsmd Old hashcat Support 2 6,733 01-19-2014, 10:49 AM
    Thread: Hashcat RAM usage
Post: RE: Hashcat RAM usage

we need more details of course: - full command (without posting hashes of course) - system details (CPU, GPU make/model) - do you see the hashcat process in the task manager ? try only inspecting...
philsmd General Talk 3 1,209 05-09-2020, 11:46 AM
    Thread: hashcat problem
Post: RE: hashcat problem

You should never use --show while cracking (and while specifying a wordlist, mask etc). Please read the wiki: FAQ: --show (https://is.gd/HiV9cw)
philsmd Old hashcat Support 4 7,772 05-29-2015, 09:26 PM
    Thread: Hashcat piping doesn't work (WPA/2)
Post: RE: Hashcat piping doesn't work (WPA/2)

First of all, hccapx is the only hash format hashcat accepts since a long time for -m 2500 = WPA/WPA2 hashes. The hccap format is no more supported with latest versions of hashcat. Your mask: "?l...
philsmd User Contributions 4 6,411 05-11-2018, 03:48 PM
    Thread: hashcat pipe to solve words get rejected
Post: RE: hashcat pipe to solve words get rejected

If you do not want hashcat to crack the hashes but output the password candidates to stdout, you of course shouldn't forget the flag within the first command of the pipe: --stdout
philsmd hashcat 1 3,311 08-21-2016, 04:30 PM
    Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)

Why would you even think about using these old versions of hashcat ? Do not use --force uninstall all the non-vendor drivers (the open source drivers like Mesa/Pocl etc) Try to fix the clinfo...
philsmd hashcat 6 1,842 01-13-2020, 04:49 PM
    Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)

try latest beta version of hashcat from https://hashcat.net/beta/ if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/us/en/develop...
philsmd hashcat 6 1,842 06-12-2020, 09:44 AM