kiber-io / apkd

APK downloader from few sources
MIT License
111 stars 12 forks source link

Feature request: Ability to search by Developer name #1

Open xnl-h4ck3r opened 7 months ago

xnl-h4ck3r commented 7 months ago

I'm not sure if it's possible, but it would be a great feature to be able to search by Developer name to see all APK names they have, e.g. search for T-Mobile USA to list all the com.tmobile.**** by them

kiber-io commented 7 months ago

I'm not sure that this is possible to implement, at least for all sources. Besides, I don't know how much this functionality is in demand. It doesn't seem like much. Anyway, in my free time, I'll try to see what I can do about it.

xnl-h4ck3r commented 6 months ago

Hi @kiber-io No worries if it's not possible. Just to put a bit more context to this, often in Bug Bounty, if you are looking at a specific target that has a wide scope, you may want to get all of their apps and download them all to check for endpoints, secrets, etc. It's something many bug bounty hunters would do, and manually go through APK sites and download them all. Many thanks

kiber-io commented 2 months ago

Hi! I finally got to this issue and am trying to implement it as much as possible. You can take a look at what is already available at the moment by installing the beta version. Here I have described the principle of work.

I will be glad to receive feedback, criticism and ideas for improvement

xnl-h4ck3r commented 1 month ago

Hey @kiber-io! So sorry for the late response. I have been offline for too long. Thanks so much for doing this change. I will try to check it out this week and let you know