Advertisement
fplanzer

hashcat

May 18th, 2023
1,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | Cybersecurity | 0 0
  1. #dictionary
  2.  
  3. hashcat -m 2500 file.hccapx dict.txt --deprecated-check-disable
  4.  
  5.  
  6. #bruteforce
  7.  
  8. hashcat -m 2500 -a 3 file.hccapx ?d?d?d?d?d?d?d? --deprecated-check-disable
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement