首页 > 代码库 > android-exploitme(五):不安全的数据存储

android-exploitme(五):不安全的数据存储

今天我来看看如果android将数据存储在sdcard,它的权限是什么样的

1. 打开emm软件,做一笔转账。

2. 现在来看看sdcard中的数据情况

 

sdcard中的数据是所有人可写的。

解决方案(非root):

1. 不要存储在sdcard中

2. save the file with the private mode