python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to sniff network traffic from a mobile app that uses it's own HTTP Client? Is Charles enough?
Over the past few days, i've encountered several problems upon trying to sniff some network from an android application.
What i've done so far:
~Rooted my device
~Installed a frida-server
~Succesfully...
HS Dev
Votes: 0
Answers: 0
Trying to work out how an android app functon works out its response
I'm not sure if i'm just not using the correct terminology as I have searched for ages trying to find out.
I have an application for android, I only have limited exposure to python and java a few year...
J MGrice
Votes: 0
Answers: 0
How to disable ssl pinning in android app using Objection
I have a simple app and am trying to bypass its ssl pinning with no luck. Already did android sslpinning disable but didnt work.
Based on this article https://blog.nviso.eu/2020/11/19/proxying-android...
West
Votes: 0
Answers: 0
Tracing file creation via dynamic analysis of iOS application (using Frida)
Using FRIDA (http://frida.re), I'm debugging/reverse engineering an iOS app. The aim is to trace every file or folder created on the device by the app during runtime. So far I've tried running this ja...
T-StoneLeif
Votes: 0
Answers: 0