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
@@ -19,4 +20,5 @@ DROIDGROUND_START_ACTIVITY_DISABLED=false # Feature enabled by default if not se
19
20
DROIDGROUND_START_RECEIVER_DISABLED=false# Feature enabled by default if not set otherwise
20
21
DROIDGROUND_START_SERVICE_DISABLED=false# Feature enabled by default if not set otherwise
21
22
DROIDGROUND_TERMINAL_DISABLED=false# Feature enabled by default if not set otherwise
23
+
DROIDGROUND_RESET_DISABLED=false# Feature enabled by default if not set otherwise
22
24
DROIDGROUND_EXPLOIT_APP_DURATION=10# The time (in seconds) the exploit app will be active before the target app is restarted. This field makes sense only if the App Manager is enabled. Default value is 10
|`DROIDGROUND_EXPLOIT_APP_DURATION`| The time (in seconds) the exploit app will be active |`10`|
102
104
103
105
## 🧩 Use Cases
@@ -144,6 +146,10 @@ Here are some suggestions for setting up your Android CTF:
144
146
- Be careful when enabling the **Shutdown** feature.
145
147
- If you plan to make the flag directly visible in the UI you may want to find a way to spawn different instances (one for each team/player)
146
148
149
+
While testing the setup before going in production it could be useful to get the **attack surface** of the target app. This is something that players shouldn't see because it's part of their job to discover and analyze the attack surface!
150
+
151
+
Therefore, a `GET` endpoint reachable at `/attackSurface` is provided and protected with a token (that needs to be used as the value of the `Authorization` header) that is randomly generated during the boot and printed in the logs (therefore accessible only by sysadmins).
152
+
147
153
## 🛠 Development
148
154
149
155
Getting it up & running shouldn't be too difficult, but before starting you should have the following tools installed:
0 commit comments