macOS ◆ xterm-256color ◆ zsh 71 views

Simple hash bruteforcing demo with sha1 hashes run natively on intel mac with CPU&GPU and optimization.

hashcat -D 1,2 -m 100 -w 3 -a 3 hashesCybersecs.txt -O

-D device: 1 = CPU, 2 = GPU, 3= FPU -m hashtype -workload easy 1 - 4 hardcore -a algorithm (3 = simple Bruteforce)

  • O opitimized mode