Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 583 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 583 Bytes

ZeroPermissions

Android app to demonstrate the possibilities with a few permissions.

The app is able to demonstrate various malicious features.

  • Auto start when the device boots.
  • Waste data by turning off wifi and downloading data.
  • Prevent closing the app.
  • Send infrared signals, in an attempt to shut down televisions.
  • Download data.
  • Setting an alarm and volume.

This is accomplished using these permissions:

  • INTERNET
  • TRANSMIT_IR
  • WAKE_LOCK
  • ACCESS_NETWORK_STATE
  • CHANGE_WIFI_STATE
  • RECEIVE_BOOT_COMPLETED
  • SET_ALARM