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 Posted [desc]
    Thread: Problems with bruteforce test wpa2
Post: RE: Problems with bruteforce test wpa2

1. you might need to use --potfile-disable if the file hashcat.potfile (by default; or Test-Wifi.potfile if you use --session=Test-Wifi) already contains the cracked hashes + password ("crack"), it wa...
philsmd hashcat 4 480 08-26-2020, 01:15 PM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

what do you mean by stable ? which version do you use ? which version is working for you ?
philsmd hashcat 7 593 08-26-2020, 01:16 PM
    Thread: Problems with bruteforce test wpa2
Post: RE: Problems with bruteforce test wpa2

it is very obvious: DBCC4CEA33 is 10 characters long while your mask: ?1?1?1?1?1?1?1?1 is only 8 characters long. so you either need to use ?1?1?1?1?1?1?1?1?1?1 or use the increment opti...
philsmd hashcat 4 480 08-26-2020, 02:48 PM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

is this some kind of cloud provider ? what is the output of hashcat -I ? what is the output of clinfo ?
philsmd Hardware 6 722 08-26-2020, 06:23 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

what hardware do you have ? what driver version do you use ? output of hashcat -I and maybe clinfo.exe would also be great. Do you get any errors ? You are not using --force, right ? all comman...
philsmd hashcat 10 965 08-27-2020, 08:15 AM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

There are even clinfo.exe binary releases here for users that are not able to compile it themself: https://github.com/Oblomov/clinfo#windows-support
philsmd Hardware 6 722 08-27-2020, 09:13 AM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

I think this is not really an error, you are just not aware (misunderstanding) that hashcat 6.0.0 and above recommend using CUDA. I'm not sure if your "professional" GPU supports it (I pretty much ...
philsmd Hardware 6 722 08-27-2020, 09:19 AM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

try to add this to your command: -D 1
philsmd hashcat 10 965 08-27-2020, 08:44 PM
    Thread: Unstable / Outdated OpenCL
Post: RE: Unstable / Outdated OpenCL

for anybody reading, more info about hardware is here: https://hashcat.net/forum/thread-9469.html (please always explain it, otherwise it's difficult to understand anything) uninstall POCL and inst...
philsmd hashcat 1 639 08-27-2020, 08:47 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

I'm pretty sure it's a very nasty driver bug. The same code works with all the other devices and drivers etc. You might be able to work around it with different driver versions. but it's actually q...
philsmd hashcat 10 965 08-27-2020, 11:06 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

did you try with other hash types ? do they work correctly with your Intel GPU (windows operating system) ?
philsmd hashcat 10 965 08-28-2020, 09:06 AM
    Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...

Is the content also compressed ? How does the hash start ? With $7z$1$19$... (see https://github.com/philsmd/7z2hashcat#explanation-of-the-hash-format) ? Which version of hashcat do you use ? do yo...
philsmd General Talk 6 855 08-29-2020, 07:55 AM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

run Code: -- hashcat -b -- or Code: -- hashcat -b --benchmark-all -- or the example hashes from https://hashcat.net/wiki/example_hashes There is no need to extract any hashes, it' ...
philsmd hashcat 10 965 08-29-2020, 10:41 AM
    Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...

you could try with --keep-guessing and see how many false positives you get. Since it's a crc32 checksum it's not impossible (the decompression errors in case of compression of course would prevent...
philsmd General Talk 6 855 08-29-2020, 02:07 PM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

do you now use the latest hashcat version ? which operating system do you use ?
philsmd hashcat 5 843 08-29-2020, 03:02 PM
    Thread: howto: convert btcrecover bc: hashes to hashcat hash format
Post: howto: convert btcrecover bc: hashes to hashcat ha...

Recently an user contacted me via forum PM on how to convert a "bc:" hash extracted by btcrecover from a bitcoin wallet (wallet.dat) to the format that hashcat supports: Code: -- -m 11300 = Bitcoi...
philsmd User Contributions 0 344 08-30-2020, 11:51 AM
    Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...

it's not really safe to do it this way, but you could for instance use something like this: Code: -- hashcat --stdout -a 3 [THE_MASK] | grep -n -m 1 '^[THE_FALSE_POSITVE_PASSWORD]$' -- then ...
philsmd General Talk 6 855 08-30-2020, 09:20 PM
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

no, I think in this case it's different. There are 11 sets and some of them are a set (or a OR) , like this: Code: -- (['sa4', 'sa@'], ['sb6'], ['sc
philsmd hashcat 10 965 09-01-2020, 02:36 PM
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

well, that sounds like a very different problem compared to the problem we were discussing above to "just" have some alternatives/sets of replacement for a single character (like "try both sa4 and sa@...
philsmd hashcat 10 965 09-03-2020, 09:33 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