d78ui98 / APKDeepLens

Android security insights in full spectrum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request : Check Exported Status of Android Activities

nehajain444 opened this issue · comments

Great work on the project so far. It is very useful for initial analysis of APK files.

I would like to request a feature that checks if Android components (activities, services, receivers, providers) are exported. This can be done by analyzing the android:exported attribute. This feature will aid developers in ensuring the security and proper configuration of their Android components, enhancing app security and integrity.

Absolutely! I am working on this feature. It will be completed by this week.

I have update code to return the exported components.
Here is the screenshot for the output

image

Great! This would be a nice edition to the project. Will come up more feature requests and will try to contribute as well.
Thank you.

Thank you as well.
Looking forward for you pull requests :)