Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BigFaceCat2017/frida_ssl_logger
ssl_logger based on frida
https://github.com/BigFaceCat2017/frida_ssl_logger
Last synced: about 1 month ago
JSON representation
ssl_logger based on frida
- Host: GitHub
- URL: https://github.com/BigFaceCat2017/frida_ssl_logger
- Owner: BigFaceCat2017
- License: apache-2.0
- Created: 2020-09-11T13:12:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T08:42:49.000Z (over 2 years ago)
- Last Synced: 2024-08-01T18:37:31.823Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 543
- Watchers: 15
- Forks: 145
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - BigFaceCat2017/frida_ssl_logger - ssl_logger based on frida (Python)
README
# frida_ssl_logger
ssl_logger based on frida
for from https://github.com/google/ssl_logger## 修改内容
1. 优化了frida的JS脚本,修复了在新版frida上的语法错误;
2. 调整JS脚本,使其适配iOS和macOS,同时也兼容了Android;
3. 增加了更多的选项,使其能在多种情况下使用;## Usage
```shell
python3 ./ssl_logger.py -U -f com.bfc.mm
python3 ./ssl_logger.py -v -p test.pcap 6666
````## Todo
1. 解决IP的问题;
2. ~~适配Windows~~;
3. andriod高版本适配;
4. iOS/macOS适配;
5. 自实现ssl的适配;
6. 适配socket的监控
7. 新增对IP/dns的监控
8. 新增对应用列表的显示