Linux清除Windows密码

简介: 下载安装ntfs-3g下载驱动让linux挂载windows磁盘https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz安装tar -xvf ntfs-3g_ntfsprogs-2017.

下载安装ntfs-3g

  • 下载驱动让linux挂载windows磁盘

    https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz
  • 安装

    tar -xvf ntfs-3g_ntfsprogs-2017.3.23.tgz
    cd ntfs-3g_ntfsprogs-2017.3.23
    ./configure
    make
    make install 

下载安装chntpw

  • 下载chntpw

    https://pkgs.org/download/chntpw
    wget http://li.nux.ro/download/nux/dextop/el7/x86_64//chntpw-0.99.6-22.110511.el7.nux.x86_64.rpm
    yum -y install ./hntpw-0.99.6-22.110511.el7.nux.x86_64.rpm

挂载windows磁盘

  • 挂载windows的系统盘
    默认第二个分区才是C盘

    mkdir /win
    mount -t  ntfs-3g /dev/xvdb2 /win
  • 备份SAM文件

    cd /win/Windows/System32/config/
    cp SAM{,.bak}
  • 清除Windows密码

    chntpw SAM
    User Edit Menu:
     1 - Clear (blank) user password
     2 - Edit (set new) user password (careful with this on XP or Vista)
     3 - Promote user (make user an administrator)
    (4 - Unlock and enable user account) [seems unlocked already]
     q - Quit editing user, back to user select
    Select: [q] > 1                         # 1 清除密码
    Password cleared!
    Hives that have changed:
     #  Name
     0  <SAM>
    Write hive files? (y/n) [n] : y         # y保存
     0  <SAM> - OK
  • 将windows系统盘重新挂载回windows中即可

目录
相关文章
|
18天前
|
安全 Ubuntu Linux
Metasploit Pro 4.22.6-2024111901 (Linux, Windows) - 专业渗透测试框架
Metasploit Pro 4.22.6-2024111901 (Linux, Windows) - 专业渗透测试框架
38 9
Metasploit Pro 4.22.6-2024111901 (Linux, Windows) - 专业渗透测试框架
|
1天前
|
Ubuntu 网络协议 Linux
快速部署WSL(Windows Subsystem for Linux)
WSL提供了一种轻量级的方法,使开发者能够在Windows上无缝运行Linux环境。通过本文介绍的步骤,可以快速安装、配置和使用WSL,以满足开发和测试的需求。
20 8
|
2月前
|
Ubuntu 安全 Linux
|
18天前
|
自然语言处理 安全 Java
Nexpose 7.0.1 for Linux & Windows - 漏洞扫描
Nexpose 7.0.1 for Linux & Windows - 漏洞扫描
38 6
|
21天前
|
关系型数据库 MySQL Linux
MySQL数据库下载安装教程(Windows&Linux)
本文档详细介绍了MySQL的安装步骤,包括安装前的准备工作、下载安装包、Windows和Linux系统下的具体安装流程,以及如何配置MySQL服务、设置环境变量、启动服务和连接数据库等关键操作。
|
1月前
|
NoSQL Linux PHP
如何在不同操作系统上安装 Redis 服务器,包括 Linux 和 Windows 的具体步骤
本文介绍了如何在不同操作系统上安装 Redis 服务器,包括 Linux 和 Windows 的具体步骤。接着,对比了两种常用的 PHP Redis 客户端扩展:PhpRedis 和 Predis,详细说明了它们的安装方法及优缺点。最后,提供了使用 PhpRedis 和 Predis 在 PHP 中连接 Redis 服务器及进行字符串、列表、集合和哈希等数据类型的基本操作示例。
64 4
|
2月前
|
人工智能 JavaScript 网络安全
ToB项目身份认证AD集成(三完):利用ldap.js实现与windows AD对接实现用户搜索、认证、密码修改等功能 - 以及针对中文转义问题的补丁方法
本文详细介绍了如何使用 `ldapjs` 库在 Node.js 中实现与 Windows AD 的交互,包括用户搜索、身份验证、密码修改和重置等功能。通过创建 `LdapService` 类,提供了与 AD 服务器通信的完整解决方案,同时解决了中文字段在 LDAP 操作中被转义的问题。
|
2月前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
95 0
|
2月前
|
关系型数据库 MySQL Linux
Navicat 连接 Windows、Linux系统下的MySQL 各种错误,修改密码。
使用Navicat连接Windows和Linux系统下的MySQL时可能遇到的四种错误及其解决方法,包括错误代码2003、1045和2013,以及如何修改MySQL密码。
297 0
|
安全 Linux 数据安全/隐私保护
Linux 忘记密码解决方法
Linux 忘记密码解决方法
117 0