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

Thanks for testing. The new beta is now available that includes the new support for AxCrypt 2: https://hashcat.net/beta/ . Of course, every upcoming release version greater 6.1.1 will also include th...
philsmd hashcat 17 2,015 08-18-2020, 10:55 AM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

I have a nice update for you. I just took some free time to have a quick glance on the JTR (John The Ripper) implementation of AxCrypt 2 and it seems the algorithm of AxCrypt 2 is pretty straight for...
philsmd hashcat 17 2,015 08-11-2020, 02:45 PM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

Hey lapolis, while doing a little more research and searching for AxCrypt related topic on github and the JTR repo, I came across your new github issue on the JTR repo: https://github.com/magnumrippe...
philsmd hashcat 17 2,015 08-12-2020, 12:17 AM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

Code: -- hashcat --stdout -a 3 -o dict.txt Password?d?d?d hashcat --stdout -a 3 -o dict.txt My?d?d?dPassword hashcat -m 14800 -a 0 -w 3 hash.txt dict.txt --
philsmd hashcat 7 729 08-21-2020, 10:08 PM
    Thread: Separator unmatched No hashes loaded.
Post: RE: Separator unmatched No hashes loaded.

where is the server challenge ? you only have listed the client challenge above !? what is the server challenge ? Also, I guess that you need to remove "-notreal" right ? just compare with the exa...
philsmd hashcat 1 323 08-23-2020, 12:50 PM
    Thread: I can't use hashcat
Post: RE: I can't use hashcat

why do you use POCL ? see https://hashcat.net/hashcat/ for the recommended drivers
philsmd hashcat 4 536 08-24-2020, 07:09 PM
    Thread: I can't use hashcat
Post: RE: I can't use hashcat

depends on your hardware make and model What GPUs (graphic cards) do you have ? what CPUs (processors) do you have ? For your intel CPU, you need to install the Intel OpenCL runtime for Xeon or ...
philsmd hashcat 4 536 08-25-2020, 08:20 AM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

run clinfo and post the output after that also try this: https://hashcat.net/faq/wrongdriver
philsmd hashcat 7 593 08-25-2020, 06:57 PM
    Thread: macOS firmware password hash mode ?
Post: RE: macOS firmware password hash mode ?

I'm not very familiar with these macOS passwords, but maybe you could try this: https://forums.macrumors.com/threads/reset-macos-firmware-password.2039622/?post=24518521#post-24518521 (using firmwar...
philsmd hashcat 3 388 08-26-2020, 12:28 AM
    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 844 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 844 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