Brida icon indicating copy to clipboard operation
Brida copied to clipboard

The new bridge between Burp Suite and Frida!

Results 32 Brida issues
Sort by recently updated
recently updated
newest added

Hello,@federicodotta Is there any API in Brida can i use to process applications’ own methods? Thanks!

Exception with getting info Android/iOS net.razorvine.pyro.PyroException: [frida.core.RPCException] unable to find method 'getplatform' Frida clearly shows that it is Android, why does it still say that it cannot be obtained?

I tried writing an rpc function and found that I couldn't pass in parameter values ![image](https://github.com/federicodotta/Brida/assets/92798047/78e3e1e8-b951-44d2-8870-1a421343e33a) ![image](https://github.com/federicodotta/Brida/assets/92798047/0b2a0e4d-4111-4e36-ab8b-df7bd2d835ea) The following is the environment I am using ``` Brida-0.6-pre Python 3.7.0 Frida...

If I enable the 'Hook crypto stuff' option, Burp Suite crashes. In the tested APK application, every request and response packet is encrypted. When I open the application with the...

Caused by Thread.stop that now should not be used.

bug

Exception with execute method net.razorvine.pyro.PyroException: [frida.core.RPCException] unable to find method 'exportedfunction' net.razorvine.pyro.serializer.PyroExceptionSerpent.FromSerpentDict(PyroExceptionSerpent.java:32) net.razorvine.pyro.serializer.SerpentSerializer$DictConverter.convert(SerpentSerializer.java:58) net.razorvine.serpent.ObjectifyVisitor.visit(ObjectifyVisitor.java:69) net.razorvine.serpent.ast.DictNode.accept(DictNode.java:8) net.razorvine.serpent.ast.Ast.accept(Ast.java:51) net.razorvine.serpent.ast.Ast.getData(Ast.java:45) net.razorvine.pyro.serializer.SerpentSerializer.deserializeData(SerpentSerializer.java:47) net.razorvine.pyro.PyroProxy.internal_call(PyroProxy.java:272) net.razorvine.pyro.PyroProxy.call(PyroProxy.java:178) burp.BurpExtender$17.run(BurpExtender.java:2861) java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base/java.lang.Thread.run(Thread.java:833) brida.js ![image](https://github.com/federicodotta/Brida/assets/92798047/cfe76c07-0445-46f0-8a83-ac2e63f275a4)

Brida Version: 0.5 Frida version: ./frida-server-16.1.2-android-arm64 Brida's Attach application is fine, which means that my process PID is correct, the Server status and Application status are both green, and it...

mycrypt in request worked but response was error. I can run it on the Ubuntu virtual machine, but Windows has an error. ![image](https://github.com/federicodotta/Brida/assets/59717302/8b6e6248-4160-4ba1-9437-8e173b6d9b82) ![image](https://github.com/federicodotta/Brida/assets/59717302/375b62c0-67e3-4991-b520-b428e7c15e46) please help me

Hi, I'm getting this error every time I press on Attach or Spawn application: ![2023-07-16_20-55](https://github.com/federicodotta/Brida/assets/39268311/4e171635-3bed-48ad-90b8-9e92229d3765) I tried running frida-compile.cmd manually without "-x "and got this error again: ![image](https://github.com/federicodotta/Brida/assets/39268311/7cca0762-b016-452b-b212-a855a1b06110) Anyone up...

I don't know how to reproduce, but I have used arthas to diagnose and the output is like: ``` [arthas@23411]$ thread -n 1 "AWT-EventQueue-0" Id=41 cpuUsage=87.38% deltaTime=176ms time=781634ms RUNNABLE at...