Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Detection and Analysis of Android Implicit Intents #714

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lehasaS
Copy link

@lehasaS lehasaS commented Jan 14, 2025

Description

This pull request introduces functionality to detect and analyse implicit intents in a target application. Implicit intents can introduce potentially severe vulnerabilities, such as:

  • Arbitrary Reads: Allowing unauthorised access to sensitive files.
  • Arbitrary Writes: Enabling the injection of malicious content into the application.

This enhancement enables Objection to identify and highlight implicit intents during runtime analysis.

ImplicitIntent

Key Features

  • Detection of Implicit Intents: Identifies the usage of implicit intents in the target application, also providing a list of applications on the device that are able to handle the intent.
  • Security Insights: This tool provides visibility into potential vulnerabilities that arise from improper handling of implicit intents, aiding in comprehensive application security assessments.

Acknowledgements
I want to express my gratitude to MWR CyberSec for supporting this contribution and allowing me the time to enhance Objection's capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants