https://github.com/miwr/propextractor
Simple PoC application for extracting all device properties without root
https://github.com/miwr/propextractor
android dump no-root properties
Last synced: about 2 months ago
JSON representation
Simple PoC application for extracting all device properties without root
- Host: GitHub
- URL: https://github.com/miwr/propextractor
- Owner: mIwr
- License: mit
- Created: 2023-07-22T07:23:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T07:28:17.000Z (almost 3 years ago)
- Last Synced: 2025-05-09T00:11:53.599Z (about 1 year ago)
- Topics: android, dump, no-root, properties
- Language: Kotlin
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android props extractor
Simple PoC application for extracting all device properties without root. Retrieved data can be exported to file
## General
- Android 5.1+ (SDK 21+)
- Kotlin Compose
## Used methods
- *getprop* process without parameters
- *System.getProperties()*, returns JVM-related properties