tomer8007 / kik-bot-api-unofficial

Python API for writing unoffical Kik bots that act like humans
MIT License
128 stars 77 forks source link

Not sure where else to post this #136

Closed netr closed 4 years ago

netr commented 5 years ago

Thank you for all the hard work in here. Is there any way I can get some information on how to reverse engineer myself? I can send some paypal as well. Would really love to know how you logged the packets for xmpp/ssl pinning. I can dig through the code using JEB or alternatives, but need some help on that front. Let me know. Thanks

CheshireCaat commented 5 years ago

You can use apps like Packet Capture (Android), or MitmProxy/SSLSplit If you wanna reverse some cryptographic things, use Inspeckage or Frida

tomer8007 commented 5 years ago

Basically I used sslsplit for MITM and reversed the Java code manually for the cryptographic stuff. I answered similar questions before here and here.

I hope this helps.

netr commented 4 years ago

Thank you so much. Sorry I didn't get back to you sooner. I will mess with SSLSplit. I've been using burp/frida for other apps to bypass header based ssl pinning.. Didn't know how to approach XMPP. That's awesome. Going to check out Inspeckage as well. Really appreciate it guys