Executes next shell scripts:
- /system/bin/screencap -p
- chmod 4711 /system/bin/screencap
- mount -o ro,remount /system
- mount -o rw remount /system
- sh -c su -c /system/bin/screencap -p 2>&1
- sh -c su -c chmod 4711 /system/bin/screencap 2>&1
- sh -c su -c chown root /system/bin/screencap 2>&1
- sh -c su -c mount -o ro,remount /system 2>&1
- sh -c su -c mount -o rw,remount /system 2>&1
- su -c /system/bin/screencap -p
- su -c chmod 4711 /system/bin/screencap
- su -c chown root /system/bin/screencap
- su -c mount -o ro,remount /system
- su -c mount -o rw,remount /system
Loads the following dynamic libraries:
Uses elevated priveleges.
Gains access to geolocation.
Gains access to telephone information (number, imei, etc.).
Displays its own windows over windows of other applications.
Gains access to information about sent/received SMS messages.