An open API service indexing awesome lists of open source software.

https://github.com/dweinstein/androidreboot

Repository for PoC rebooting of Android from unprivileged apps.
https://github.com/dweinstein/androidreboot

Last synced: 9 months ago
JSON representation

Repository for PoC rebooting of Android from unprivileged apps.

Awesome Lists containing this project

README

          

AndroidReboot
=============

Repository for PoC rebooting of Android from unprivileged apps.

The current PoC just loops through files in /sys/kernel/debug attempting to read
from them. Based on some testing on a hand ful of devices, this alone may cause
a device to reboot.

A very simple way to test on your own device, is to run:

shell@android $ [path-to-busybox] find /sys -type f -exec cat {} \;

Assuming you have busybox somewhere on the device