You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NOTE: This is a testing / exploitation tool, not a vulnerability scanner. Identifying security vulnerabilities requires manually reverse‑engineering the APKs and reviewing the code.**
10
10
11
-
---
11
+
**NOTE: Rooting your device is not required.**
12
12
13
-
**Rooting your device is not required.**
13
+
Built with Android Studio v2025.2.3 (64-bit) (JDK 17) and tested on multiple virtual devices, as well as, on Samsung Galaxy Note S20 Ultra with Android OS v13.0 (Tiramisu) physical device.
14
14
15
-
For more tips and tricks check my [Android Penetration Testing Cheat Sheet](https://github.com/ivan-sincek/android-penetration-testing-cheat-sheet).
For more tips and tricks check my [Android Penetration Testing Cheat Sheet](https://github.com/ivan-sincek/android-penetration-testing-cheat-sheet).
18
18
19
-
Built with Android Studio v2025.2.3 (64-bit) (JDK 17) and tested on multiple virtual devices, as well as, on Samsung Galaxy Note S20 Ultra with Android OS v13.0 (Tiramisu) physical device.
20
19
21
20
Made for educational purposes. I hope it will help!
22
21
23
22
Future plans:
24
23
25
24
* add an option to bind to a service,
25
+
* add an option to nest unlimited number of intents when testing intent filters,
26
26
* add an option to specify intent categories,
27
+
* add an option to specify `HashMap` type in intent extras,
27
28
* add an option to specify `null` value in intent extras,
28
-
* add an option to specify `Bundle` and `HashMap` types in intent extras,
29
29
* add an option to the broadcast monitor to cache and replay intercepted intents,
30
30
* add a content encoding and decoding section,
31
-
* add a log toolbar with search, copy, scroll to top, and more,
32
-
* add a project to easily compile native `.so` libraries for arbitrary code execution,
31
+
* add a log toolbar with options to search, copy, and download actions,
32
+
* add a project template to easily compile native `.so` libraries for arbitrary code execution (RCE),
33
33
* add more UI customizations.
34
34
35
35
## Table of Contents
@@ -128,9 +128,13 @@ URIs for internal quality assurance:
0 commit comments