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: Hashcat Mask Attack
Post: RE: Hashcat Mask Attack

the hashcat way of storing mask is hashcat mask files (hcmask): https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files my.hcmask: Code: -- 123456789,?d-,abcdABCD?d,?3-,?1?2?4?3?3?...
philsmd General Talk 8 2,070 05-29-2020, 09:24 PM
    Thread: Hashcat Mask Attack
Post: RE: Hashcat Mask Attack

for these numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 you could just write several different mask like this: Code: -- 123456789,?1 1?d 0123...
philsmd General Talk 8 2,070 05-30-2020, 07:30 AM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

did you try if the maskprocessor command works at all ? does the left part produce any candidates if used alone: ./mp64.bin -i 1:8 ?a?a?a?a?a?a?a?a also the start is probably very small with lengt...
philsmd hashcat 9 3,469 05-31-2019, 12:12 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

maybe whenever you find some free time, you could investigate this stdin problem further... did you try with a different terminal ? are you using linux ? you could also try if "cat" (or windows "ty...
philsmd hashcat 9 3,469 05-31-2019, 07:23 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

oh thanks for the confirmation. so my educated guess was spot on. I actually saw a similar problem in the past... but it's soo weird why this is happening. It's most likely a driver problem, but t...
philsmd hashcat 9 3,469 06-04-2019, 09:19 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

entirely unrelated. has nothing to do with pipe and stdin. also your problems are PEBCAK as far as I can tell example hashes are here: https://hashcat.net/wiki/example_hashes you always need to ...
philsmd hashcat 9 3,469 06-08-2019, 12:52 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

to me pebcak is not an insult. it's a problem description i.e. what the main cause of the problem could be. sorry if it sounded like an insult to you, sometimes it's difficult to express oneself (a...
philsmd hashcat 9 3,469 06-08-2019, 04:56 PM
    Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU

see: https://hashcat.net/faq/wrongdriver also test with Code: -- clinfo -- to test and make sure it's working with other tools and therefore is not a hashcat problem.
philsmd hashcat 7 1,365 05-22-2020, 08:02 AM
    Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU

it's not clear what the problem now is. Does clinfo only work (i.e. list your devices) with root ? that would be very bad and just proofs that your driver installation/configuration is broken. It w...
philsmd hashcat 7 1,365 05-22-2020, 12:31 PM
    Thread: Hashcat not running on my CPU
Post: RE: Hashcat not running on my CPU

--opencl-device-types 1,2 (or short -D 1,2) to enable both CPU and GPU cracking. see --help output
philsmd hashcat 3 3,669 06-09-2019, 09:20 AM
    Thread: Hashcat not working
Post: RE: Hashcat not working

-a 1 is for concatenating two dicts, use -a 0 instead (with one dict) Code: -- hashcat -m 0 -a 0 '/root/md5/hashpassword.txt' '/root/md5/rockyou.txt' -- the correct answer was already provid...
philsmd hashcat 4 2,032 05-24-2019, 09:23 PM
    Thread: hashcat not working...
Post: RE: hashcat not working...

... and also pls find more info on the wiki ( https://hashcat.net/wiki ), for instance: https://hashcat.net/wiki/doku.php?id=ubernoobs
philsmd General Help 2 9,832 02-27-2014, 09:26 PM
    Thread: Hashcat office collision attack (9810 and 9820) doesn't work
Post: RE: Hashcat office collision attack (9810 and 9820...

sounds similar to this problem https://github.com/hashcat/hashcat/issues/2067
philsmd hashcat 2 1,556 07-16-2019, 12:05 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
    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 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 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 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 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