Getting started with frida on ios device

Kapil Verma
Jun 26, 2022

--

Installing frida on windows or Linux is easy.

Pre Requisites:

1.Python installed on the windows/linux OS.

2.Install frida on the laptop using below command.

Command : pip install frida-tools

3.We need to have a jail broken phone to install frida there,

4.Add the source https://build.frida.re to the cydia source.

5.Install the frida from the cydia.

Take SSH of the Iphone.

Now we need to check using the frida-ps -Uai check if we can list the applications running on the apple device or not.

Well, Frida is up and running now.

We can use frida for many runtime manipulation technique to bypass SSL pinning, Root detection, Method hooking etc.

--

--

Kapil Verma

Security researcher, Blogger, Bug Bounty hunter