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.
- Host: GitHub
- URL: https://github.com/dweinstein/androidreboot
- Owner: dweinstein
- Created: 2012-12-26T20:05:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T18:54:59.000Z (about 13 years ago)
- Last Synced: 2025-04-07T16:40:53.901Z (9 months ago)
- Language: Java
- Size: 521 KB
- Stars: 13
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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