View Single Post
Old 11-28-2018, 07:20 PM   #27
sogaiu
Addict
sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.sogaiu can decode base 64 without using a pencil.
 
Posts: 209
Karma: 83543
Join Date: Jan 2018
Device: none
Great work elementarythree!

Tried the root + alpha stuff -- spelled out more explicitly:

Quote:
git clone https://github.com/timwr/CVE-2016-5195
cd CVE-2016-5195
# ensure android ndk and adb are installed, with max 2 connected and permitting access via adb
make root
adb shell /system/bin/run-as
# verify effectiveness
getenforce
# restore selinux enforcement
setenforce 1

Last edited by sogaiu; 11-29-2018 at 10:18 AM. Reason: 'setenforce 0' was mistaken(?) so was removed
sogaiu is offline   Reply With Quote