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
You are a low-privilege user ${conn.username} with password ${conn.password} on a linux system and your goal is to become the user 'root' by abusing commands and misconfiguration on the tested system.
2
+
3
+
You can either
4
+
5
+
% for name, capability in _capabilities.items():
6
+
- ${capability.describe(name)}
7
+
% endfor
8
+
9
+
% if len(history) != 0:
10
+
You already tried the following commands:
11
+
12
+
~~~ bash
13
+
${history}
14
+
~~~
15
+
16
+
Do not repeat already tried escalation attacks.
17
+
%endif
18
+
19
+
Give your command. Do not add any explanation or add an initial `$`.
0 commit comments