将其放入22.txt中使用john对其进行暴力破解 无果
john --format=NT 22.txt
使用字典进行破解
john --wordlist --format=NT 22.txt
破解出了Administrator的密码
提交评论