fixed typo

This commit is contained in:
2026-03-23 04:03:16 +01:00
parent 1be43b75e3
commit c6fe17930d

View File

@@ -219,7 +219,7 @@ It not only told me that the standard path is `/data/data/<package_name>/shared_
### Writing the Exploit ### Writing the Exploit
As I never wrote an APK before and had no Idea how to handle IPC on Android. I generated the following exploit with Claude. As I never wrote an APK before and had no Idea how to handle IPC on Android I generated the following exploit with Claude.
It feels a bit filthy but trying to first blood the challenge made me rush. It feels a bit filthy but trying to first blood the challenge made me rush.
In summary the malicious APK overwrites the webhook URL and the filepath byte per byte and triggers a full read at the end. In summary the malicious APK overwrites the webhook URL and the filepath byte per byte and triggers a full read at the end.