为什么这个使用 John the Ripper 暴力破解的成功案例没有成功

为什么这个使用 John the Ripper 暴力破解的成功案例没有成功

尝试恢复一个非常旧的 ppt 文件(2003 Office),因此,获取哈希值

python3 ./office2john.py ./<filename>.ppt >hash.txt

在 ubuntu 下编译软件后(构建通过了所有测试)

./src/john/run/john ./hash.txt 

jtr 最终暴力破解了一个密钥,下一行的消息为……

   ./src/john/run/john --show --format=oldoffice ./hash.txt  
<file name>.ppt:<password>

1 password hash cracked, 0 left


Got rid of salt no remaining hashes

“但是密码不起作用。

知道我做错了什么吗?

我突然想到我可能需要使用 Office 2003 打开它,但我不再拥有它。我在 Linux(ubuntu)上破解,但我的“办公室”在 MacOS Monterey 上

./src/john/run/john --show --format=oldoffice ./hash.txt  
<filename>.ppt:<password>

1 password hash cracked, 0 left

相关内容