$wp$2y$10$
#2
(09-06-2025, 10:50 AM)174region174 Wrote: ...$wp$2y$10$...

Hashcat can crack these with the new rust bridge mode -m 74000. 

Code:
echo cyclone | ./hashcat.bin -m 74000 -a0 -w3 --session=bridge --potfile-disable \
    '$2b$12$CnC/yHPQoTI40ISHyVEzCuRXkjDkydxPx.VceRJwUsBji5WDqw5BK*12*CnC/yHPQoTI40ISHyVEzCu' \
    --bridge-parameter1 ./bridges/subs/dynamic_hash.so \
    --bridge-parameter2 'bcrypt2b(cost=$s1,salt=$s2,hmac_sha384:b64(key="wp-sha384",$p))'
~
Reply


Messages In This Thread
$wp$2y$10$ - by 174region174 - 09-06-2025, 10:50 AM
RE: $wp$2y$10$ - by cyclone - 09-07-2025, 12:42 AM
RE: $wp$2y$10$ - by cyclone - 09-07-2025, 02:30 AM
RE: $wp$2y$10$ - by 174region174 - 09-07-2025, 11:45 AM