$wp$2y$10$
#11
They all crack just fine. If you're not finding anything, you're probably just not searching for long enough or the website has some weird password requirements. I used the direct Wordpress source code when making the kernel, so either there are 2 versions, which I doubt or the hashes just simply didn't crack because you didn't search long enough

> ./hashcat -m 35500 '$wp$2y$10$6JY0fMveDoVIL3x1Bap8bux1ej.b/gHAiEa5OFiTmxJz3KQ0okcru' -a 3 admin12345 --quiet --potfile-disable
$wp$2y$10$6JY0fMveDoVIL3x1Bap8bux1ej.b/gHAiEa5OFiTmxJz3KQ0okcru:admin12345

> ./hashcat -m 35500 '$wp$2y$10$ZqQTvRyY/uIoXsZTt.aK8.5uKhywF5X7UdfKO1Fc9hRmvNZoPu9q.' -a 3 birdbirdbirdbirdbirdbird44 --quiet --potfile-disable
$wp$2y$10$ZqQTvRyY/uIoXsZTt.aK8.5uKhywF5X7UdfKO1Fc9hRmvNZoPu9q.:birdbirdbirdbirdbirdbird44

> ./hashcat -m 35500 '$wp$2y$10$pOr0jNc8pTPFfSK8PH4aneQdH1CFTw.78cpADXSSMVr4ddE.E14iK' -a 3 ex@mple --quiet --potfile-disable
$wp$2y$10$pOr0jNc8pTPFfSK8PH4aneQdH1CFTw.78cpADXSSMVr4ddE.E14iK:ex@mple
Reply
#12
(09-26-2025, 01:54 AM)penguinkeeper Wrote: PRed but not yet merged: https://github.com/hashcat/hashcat/pull/4512

It's work. Good job. Brute force speed ~6500H/s  on NVIDIA 4090
Reply