THE FORUM IS IN READ-ONLY MODE
Is there any settings for that?
-
Hello guys, hope you're all doing well, BTW I need to know if there is a certain setting I can do for the Charles software to capture Windows apps ssl traffic?
Any help is very appreciated and thanks in advance.
-
@test_it
use http debugger it's less of a headache than fiddler and charles if you have any problem with http debugger go to fiddler
https://www.httpdebugger.com/
-
@Why001 I tried them both but they causing the Connection error when try to login with a specific app!
-
@test_it
It is perhaps that this one is equipped with an anti-sniffer even with http debugger?
-
@Why001 Yes even HTTPDebugger
-
@test_it
So it's the anti-sniffer
-
@Why001 Is there any trick to bypass?
-
Yes but I think it would take too long goes elsewhere @test_it
-
the only way is to unpack that app, and know where the line responsible for hidden or not allow sniffing traffic
it most likely is in file name mainfist.xml
and edit this line to be unlocked then repack the app again and install it
but this need a bit coding and programming knowledge to be done ^^
-
@SpearRipper In fact I know nothing in programming domain, but thanks for the explaining, appreciated.