forked from Madiba-Research/ThirdEye
-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation of CCS'2022 paper "Hidden in Plain Sight: Exploring Encrypted Channels in Android Apps"
brayming0701/ThirdEye
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
flame:/ # mkdir /data/crontab flame:/ # echo '* * * * * svc wifi enable' >> /data/crontab/root flame:/ # echo '* * * * * settings put global airplane_mode_on 0' >> /data/crontab/root flame:/ # echo 'crond -b -c /data/crontab' > /data/adb/service.d/crond.sh flame:/ # chmod +x /data/adb/service.d/crond.sh settings put global captive_portal_mode 0 adb shell content insert --uri content://settings/system --bind name:s:accelerometer_rotation --bind value:i:0
About
Implementation of CCS'2022 paper "Hidden in Plain Sight: Exploring Encrypted Channels in Android Apps"
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 50.6%
- Python 45.9%
- Kotlin 3.5%