Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neil-wu/FridaHookSwiftAlamofire
A frida tool that capture GET/POST HTTP requests of iOS Swift library 'Alamofire' and disable SSL Pinning.
https://github.com/neil-wu/FridaHookSwiftAlamofire
Last synced: 29 days ago
JSON representation
A frida tool that capture GET/POST HTTP requests of iOS Swift library 'Alamofire' and disable SSL Pinning.
- Host: GitHub
- URL: https://github.com/neil-wu/FridaHookSwiftAlamofire
- Owner: neil-wu
- License: mit
- Created: 2020-07-15T14:17:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:33:25.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T01:15:57.746Z (4 months ago)
- Language: TypeScript
- Size: 752 KB
- Stars: 89
- Watchers: 2
- Forks: 29
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-security - FridaHookSwiftAlamofire - A frida tool that capture GET/POST HTTP requests of iOS Swift library 'Alamofire' and disable SSL Pinning. (Tools / Dynamic Analysis Tools)
- awesome-apple-security - FridaHookSwiftAlamofire - A frida tool that capture GET/POST HTTP requests of iOS Swift library 'Alamofire' and disable SSL Pinning. (Tools / Dynamic Analysis Tools)
README
### FridaHookSwiftAlamofire
A frida tool that capture GET/POST HTTP requests of iOS Swift library 'Alamofire' and disable SSL Pinning.
[中文文档及过程](./howto.md)
### Features
* Capture and print GET/POST HTTP requests in Alamofire
* Kill SSL Pinning in Alamofire
* Swift runtime interop in Frida (Support Swift Foundation URL/Data/String)
* Support Swift 5.*
* Demo code for calling swift runtime function `Foundation.Data._bridgeToObjectiveC()`![demo](./doc/demo.png)
#### Usage
1. build frida-agent (npm install && npm run watch)
2. ./run.sh or frida -UF -l ./frida-agent/_agent.js#### License
MIT