Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-sincek committed Sep 2, 2024
1 parent 9a37e7b commit 2d08d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ URIs for internal QA testing purposes:

**Tip #4:** Hijack a deep link by specifying it in `AndroidManifest.xml` under [HiddenActivity](https://github.com/ivan-sincek/malware-apk/blob/main/src/Malware/app/src/main/AndroidManifest.xml#L48) and rebuild the APK.

**Tip #5:** Perform a dictionary attack (battering ram) on a deep link by inserting the `</injection>` placeholder in the URI.

```xml
<data
android:scheme="somescheme"
android:host="somehost"
/>
```

**Tip #5:** Perform a dictionary attack (battering ram) on a deep link by inserting the `</injection>` placeholder in the URI.

<p align="center"><img src="https://github.com/ivan-sincek/malware-apk/blob/main/img/implicit_intent.jpg" alt="Implicit Intent" height="600em"></p>

<p align="center">Figure 2 - Implicit Intent</p>
Expand Down

0 comments on commit 2d08d82

Please sign in to comment.