Ganesh Babu

Results 25 comments of Ganesh Babu

Thanks for your reply. Once patched apk installed into non-rooted android device. When i run frida-ps -U command, I m seeing only "waiting for USB device to appear..." It is...

I m using real device and able to run adb shell command.

What is vanilla Frida command to check it is working. Pls need your help

> @ganesh2183 I'll suggest you try and get just the vanilla `frida` command working and connected to your app first. @leonjza Tried Frida command, it is working as expected with...

@leonjza Could you help to resolve this issue.

Hi @tristanlatr , Can we use 'recorded-login-script' command in Burpa. If so how to use, please share the example to use this.

@tristanlatr i have tried to add recorded login api in burpa command. when i pass recorded script in command, getting "json.decoder.JSONDecodeError: Invalid \escape: line 10 column 77 (char 560)". Any...

@tristanlatr i tried again, now i m getting as '400 Client Error: Bad Request...' Response: {"type":"ClientError","error":"could not parse recorded login sequence to JSON"} Any idea what to do, how to...

> This error means you are constructing an invalid JSON string in the data variable. As you said there is issue with constructing the JSON string, the recorded script provided...