[hashcat]基于字典和暴力破解尝试找到rar3-hp的压缩包密码


1.使用rar2john找到md5

2.基于字典

hashcat -a 0 -m 12500 /root/Desktop/md5.txt /usr/share/wordlists/weakpass.txt

 

3.基于暴力的6-8位混合小写字母和数字:

hashcat -a 3 -m 12500 /root/Desktop/md5numword.txt --increment --increment-min 6 --increment-max 8 

 

优化

https://wps2015.org/drops/drops/GPU%E7%A0%B4%E8%A7%A3%E7%A5%9E%E5%99%A8Hashcat%E4%BD%BF%E7%94%A8%E7%AE%80%E4%BB%8B.html


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM