Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JasonCLong/camille-js
基于 Frida 的 App 隐私合规检测辅助工具
https://github.com/JasonCLong/camille-js
Last synced: 8 days ago
JSON representation
基于 Frida 的 App 隐私合规检测辅助工具
- Host: GitHub
- URL: https://github.com/JasonCLong/camille-js
- Owner: JasonCLong
- License: mit
- Created: 2023-03-15T13:39:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T06:39:20.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T14:19:15.432Z (6 months ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - JasonCLong/camille-js - 基于 Frida 的 App 隐私合规检测辅助工具 (TypeScript)
README
# Camille-js
基于 Frida 的 App 隐私合规检测辅助工具
> 本项目来源于 [zhengjim/camille](https://github.com/zhengjim/camille), 使用 TypeScript 重写只为了更方便二次开发和使用
## 使用
1、Android 真机接入 USB 连接电脑
2、在手机上运行 `frida-server`, 目前有两种方式:
- 需要获得 root 权限,参考 [frida Android](https://frida.re/docs/android/),(root 设备推荐使用此方式)
- 接入 frida-gadget lib 并重新打包 app,参考[Frida Gadget](https://frida.re/docs/gadget/)3、安装
```shell
$ pnpm i
```4、执行测试脚本
```shell
$ pnpm test -- com.android.chrome -f test.xlsx
```## License
根据 MIT 许可证分发。参阅 LICENSE 查看更多详细信息。
## 参考
[frida](https://frida.re)
#### Android 未获得 Root 权限 运行 fraid-server
https://fadeevab.com/frida-gadget-injection-on-android-no-root-2-methods/
https://lief-project.github.io/doc/latest/tutorials/09_frida_lief.html
https://github.com/kiks7/frida-non-root
https://jlajara.gitlab.io/mobile/2019/05/18/Frida-non-rooted.html