• XSS.stack #1 – первый литературный журнал от юзеров форума

Android App Privacy Compliance Detection Aid Tool

В этой теме можно использовать автоматический гарант!

Статус
Закрыто для дальнейших ответов.

boxilai

(L3) cache
Пользователь
Регистрация
08.09.2023
Сообщения
164
Реакции
51
Депозит
0.0096 Ł
Nowadays, APP privacy compliance is very important. Non-compliant APPs are notified for rectification or directly removed from the shelves. Camille can hook Android sensitive interfaces and detect whether third-party SDK calls are made. Based on privacy compliance scenarios, assist in checking whether privacy compliance standards are met.(My English is not my native language, I hope you understand)
1.install

git clone https://github.com/zhengjim/camille.git
cd camille
pip install -r requirements.txt
python camille.py -h

2.use
com.zhengjim.myapplication is the package name of the test app, and the time, behavior and call stack will be displayed. Compliance can be judged based on scenarios, such as whether obtaining sensitive information is before agreeing to the privacy policy, etc.

python camille.py com.zhengjim.myapplication

3.Delay hook(Hook fails without delay.)
-t: When the hook applies its own function or includes a shell, it is recommended to use setTimeout and give an appropriate delay (1-5s, which needs to be adjusted according to different apps). To avoid hook failure. No delay by default.

It would be greatly appreciated if you guys would rate this tool
 
Последнее редактирование:
Статус
Закрыто для дальнейших ответов.
Верх