Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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