我从我的Windows7操作系统中复制了SAM和系统文件,然后使用这个命令读取SAM文件samdump2 SAM SYSTEM > mdp_chiffres.txt
的内容,但是我得到了这个错误Error reading ControlSet: _RegOpenKey
。
PS :我有Ubuntu15.10 (Linux)和Windows 7的双重引导,上面提到的这个操作是从Ubuntu操作的。
发布于 2016-02-01 18:00:48
好吧,我通过以下这些步骤让它发挥作用:
samdupm2
和bkhive
(因为我已经在存储库上测试了这些版本,并且不能很好地运行):curl http://http.us.debian.org/debian/pool/main/s/samdump2/samdump2_1.1.1-1.1_i386.deb >samdump2_1.1.1-1.1_i386.debdpkg -i samdump2_1.1.1-1.1_i386.debcurl http://http.us.debian.org/debian/pool/main/b/bkhive/bkhive_1.1.1-1_i386.deb >bkhive1.1.1-1_i386.depkg -i bkhive_1.1.1-1_i386.deb :如果存在依赖关系问题,那么执行以下命令sudo apt-get install -f
bkhive
,并使用此命令bkhive SYSTEM keys.txt
。samdump2
来使用这个命令samdump2 SAM keys.txt > hashed_passwords.txt
获取散列密码。我刚刚测试过它,它运行得很好。
发布于 2020-09-09 13:42:26
https://security.stackexchange.com/questions/112422
复制相似问题