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 Getting the exact same issue as #65 albeit on version 0.5 and not 0.4 Windows 10 Burp 2022.3.8 Brida 0.5 frida-compile 9.5.2 and 10.2.5 (both tested) res files from...

I got below errors when I was playing with brida plugin with chinese character contains in the request. ![image](https://user-images.githubusercontent.com/29703732/168548201-ac0bd572-4f13-4b0a-ac17-275ca455f9c3.png) Is anyone have experience with this issue so far and may...

Hi, I m using multiple devices at the same time. So brida cant chose which one to hook (it uses the first device attached). Could you add a textbox to...

enhancement

**** Console cleared successfully **** Start Pyro server command: "C:\Python310\python.exe" -i "C:\Users\xyz\AppData\Local\Temp\bridaServicePyro.py" localhost 9999 Traceback (most recent call last): File "C:\Users\xyz\AppData\Local\Temp\bridaServicePyro.py", line 2, in import frida ModuleNotFoundError: No module named...

Hi, I'm hooking javax.crypto.Cipher.dofinal() function, print the input and output and call it again. However after a couple of seconds, it makes burp hang up. I need to kill burp...

Hi Brida Team ( cc: @federicodotta ), I'm running to an issue when trying to get the result from calling exported Frida function. Brida exported function is working fine and...

bug

env: brida0.5 macos 10.15.3 stuck: Exception with spawn application net.razorvine.pyro.PyroException: [frida.InvalidArgumentError] script(line 2397): SyntaxError: parse error 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:2813) java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)...

Hi there, I have an error when I'm trying to run the Spring Boot server application with this command line : `java -jar BridaTestAppBackend-0.0.1-SNAPSHOT.jar --server.port=8081` On the terminal, I have...

Hi, As far as I know, currently the only option in Brida for disabling hooks is to detachAll using frida's Interceptor.detachAll(). However it would be nice, to be able to...

enhancement

If you have an AND (&) mark in the path given to frida-compile (probably other options too) in the Configurations pane, it "splits?" the path and, of course, won't be...