Skip to content

Implementation of CCS'2022 paper "Hidden in Plain Sight: Exploring Encrypted Channels in Android Apps"

Notifications You must be signed in to change notification settings

fahimeh-rz/ThirdEye

 
 

Repository files navigation

PRs are highly welcome

  • Don't hesitate to open new issues for any question/issue to discuss. This tool has created for Android 12 on pixel devices primarily.
  • However, it can easily be adopted for other Android versions or vendors by modifying device.py. Mostly, window and activity variables need to be changed for other platforms.
  • Documentation and usage instructions will be published soon

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

No packages published

Languages

  • JavaScript 51.2%
  • Python 45.3%
  • Kotlin 3.5%