Is there something that works like a "Firebug" for Android?

2

I need to recover my WhatsApp password to use WhatsApp. I have tried everything that was offered by it (MissVenom, WART, Reverse Engineering [I could not], register through the API itself [also without success], and even things that did not even make sense to try, lol). >

I would like to know if there is any kind of "Firebug" for ANDROID requests, with this I intend to see what servers are being called and what is being passed to them (I imagine that in the register the password is sent from the device to the WhatsApp server, so I could see my password and use the API).

I'm open to other solutions. Thanks in advance.

WhatsAPI

    
asked by anonymous 12.11.2014 / 14:57

2 answers

0

I will not explain step by step because it takes a while, but I'll introduce you to the tools.

The first tool I can give you is the Charles Web Debugging Proxy . It is nothing more than a program that you install on your computer, allowing you to create a proxy to debug HTTP requests. To use in conjunction with Android you must activate the proxy and it will inform you a proxy IP to be configured on the Android WiFi connection, so both should be on the same network.

To debug Android processes you can use the Android Debug Bridge (adb) that comes bundled with the SDK. You can create filters for specific processes in an easy way.

    
12.12.2014 / 19:54
0

Try Firebug lite

link

For Chrome

link

    
12.11.2014 / 16:13