01-17-2018, 08:10 PM
I'm trying to brute force bcrypt salted password but hash cat said me that don't fine any hash:
hashcat -a 0 -m 3200 $826y4$PENISPENISPENISPENISPENISPENISPENISPENIS /Volumes//rockyou.txt
The bcrypt is this:
$826y4$PENISPENISPENISPENISPENISPENISPENISPENIScj9R0Sb0ThDPPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENIS
but hash cat say me:
hashcat () starting...
OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i7-3635QM CPU @ 2.40GHz, skipped
* Device #2: HD Graphics 4000, 384/1536 MB allocatable, 16MCU
* Device #3: GeForce GT 650M, 256/1024 MB allocatable, 2MCU
Hash PENISPENISPENISPENISPENISPENISPENISPENIS': Line-length exception
No hashes loaded
Started: Wed Jan 17 18:37:48 2018
Stopped: Wed Jan 17 18:37:48 2018
Someone could help me to set correctly brute force for this type of hash?
hashcat -a 0 -m 3200 $826y4$PENISPENISPENISPENISPENISPENISPENISPENIS /Volumes//rockyou.txt
The bcrypt is this:
$826y4$PENISPENISPENISPENISPENISPENISPENISPENIScj9R0Sb0ThDPPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENISPENIS
but hash cat say me:
hashcat () starting...
OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i7-3635QM CPU @ 2.40GHz, skipped
* Device #2: HD Graphics 4000, 384/1536 MB allocatable, 16MCU
* Device #3: GeForce GT 650M, 256/1024 MB allocatable, 2MCU
Hash PENISPENISPENISPENISPENISPENISPENISPENIS': Line-length exception
No hashes loaded
Started: Wed Jan 17 18:37:48 2018
Stopped: Wed Jan 17 18:37:48 2018
Someone could help me to set correctly brute force for this type of hash?