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 [asc] Replies Views Posted
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

Well, the user should probably know it. The distinction is quite clear: only paid/premium users get the AES-256 support (at least for the time being, in the current version). Furthermore, some users ...
philsmd hashcat 17 2,015 08-12-2020, 11:51 AM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

The AxCrypt 1 version of hashes that hashcat already supports (-m 13200) is only using AES-128: https://github.com/hashcat/hashcat/blob/6d5e1d3e5d3ed56c245578136cae6ea05ea569dc/OpenCL/m13200-pure.cl#L...
philsmd hashcat 17 2,015 08-12-2020, 05:04 PM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

okay, I will probably start to implement this, starting with the AES-128 variant. Not sure how long it will take and if it will be merged into hashcat (and available in beta) soon. But I will ta...
philsmd hashcat 17 2,015 08-14-2020, 11:06 AM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

install the driver as mentioned here: https://hashcat.net/hashcat https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section PS: and do not forget to update ha...
philsmd hashcat 5 843 08-26-2020, 01:42 AM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

just install the dependency: Code: -- sudo apt install lsb-core -- The ubuntu version check can be ignored as far as I know
philsmd hashcat 5 843 08-26-2020, 02:15 AM
    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: 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: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

I don't think it's practical, you would need to combine rules with each and every combination (10x -r multi-rule replaces within the command, rule-chaining, to change mutliple digits at the same time)...
philsmd hashcat 7 729 08-22-2020, 10:11 AM
    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: 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: 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: 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: 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: 6.1.1 potfile
Post: RE: 6.1.1 potfile

the name of the potfile depends on the session name: if you use --session ses , then your file name of the potfile is: ses.potfile
philsmd hashcat 14 1,236 09-08-2020, 12:50 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