federicodotta / Brida

The new bridge between Burp Suite and Frida!
MIT License
1.64k stars 207 forks source link

Crypto stuff issue BRIDA #61

Closed Hellowman closed 3 years ago

Hellowman commented 4 years ago

Hello everyone I work with BRIDA with a jailbroken iPhone. When I tested the ios app I managed to get some data about cryptography using "Dump crypto stuff" Could you suggest what is meant by crypto stuff?

federicodotta commented 4 years ago

Hi!

You can see the hooks implemented in the "Dump crypto stuff" feature in the "dumpcryptostuffios" function of the /res/iosDefaultHooks.js.

Currently it hooks the following functions:

Federico