Skip to content

A frida tool that capture GET/POST HTTP requests of iOS Swift library 'Alamofire' and disable SSL Pinning.

License

Notifications You must be signed in to change notification settings

neil-wu/FridaHookSwiftAlamofire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FridaHookSwiftAlamofire

A frida tool that capture GET/POST HTTP requests of iOS Swift library 'Alamofire' and disable SSL Pinning.

中文文档及过程

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

Usage

  1. build frida-agent (npm install && npm run watch)
  2. ./run.sh or frida -UF -l ./frida-agent/_agent.js

License

MIT

About

A frida tool that capture GET/POST HTTP requests of iOS Swift library 'Alamofire' and disable SSL Pinning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published