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

Typo correction at android-applications-basics.md #943

Open
manisashank opened this issue Sep 24, 2024 · 1 comment
Open

Typo correction at android-applications-basics.md #943

manisashank opened this issue Sep 24, 2024 · 1 comment

Comments

@manisashank
Copy link
Contributor

Hi Team,

I was reviewing the section on "Deep links / URL schemes" at https://book.hacktricks.xyz/mobile-pentesting/android-app-pentesting/android-applications-basics and noticed a potential discrepancy. The example provided in the AndroidManifest.xml is as follows:

<activity android:name=".MyActivity">
  <intent-filter>
       <action android:name="android.intent.action.VIEW" />
       <category android:name="android.intent.category.DEFAULT" />
       <category android:name="android.intent.category.BROWSABLE" />
       <data android:scheme="examplescheme" />
  </intent-filter>
</activity>

While the scheme is described as exampleapp://, the android:scheme attribute is defined as examplescheme, which suggests that the correct scheme should be examplescheme:// instead.

I understand this may not be a high priority issue, but I wanted to bring it to your attention since Hacktricks is a valuable resource for many learners. Even minor inaccuracies can lead to confusion for those studying Android penetration testing.

I'm still in the learning phase myself, and I appreciate any feedback on this.

Thank you for your time!

@carlospolop
Copy link
Collaborator

Could you send a PR @manisashank ??

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

No branches or pull requests

2 participants