This repository has been archived by the owner on Apr 30, 2023. It is now read-only.
Adding additional functionality of the Kijiji API #20
Unanswered
SomeMashedPotatoes
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I'm actually working on those exact functionalities. So with a little patience, you'll start to see them integrated into the project. You might want to use an actual device opposed to a vm. The kijiji app exists for both iphone and android devices. So lots of options. Most mitm apps supply you with a certificate to add to the device. Mitmproxy should work fine. Haven't used it, but principles are the same. I also assume you will need to enable ssl proxying in the mitm app. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly I'd like to say great work on this project it is very useful and well done. However, I have a particular use case that requires additional actions like querying ad searches or sending messages etc and I wanted to see how I can extend to have this functionality. I came across #13 and I have tried to carry out a MITM to inspect the network traffic from an android emulator by following this guide https://multigesture.net/articles/inspecting-https-network-traffic-of-any-android-app/ however I was unable to run the kijiji app and I instead got a message saying that the app needs google play services to run and my device does not support it, despite pushing relevant apks onto my emulator.
So I was hoping you could kindly share your experience on how you went about inspecting the network traffic from the kijiji app or what tutorials/steps did you follow.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions