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
Copy file name to clipboardexpand all lines: docs/commands/submit.md
+23-7
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,26 @@ The **submit** command is used to **submit a flag**. Currently, the following su
7
7
* Free machines
8
8
* Release Arena machines
9
9
* Challenges
10
+
* Fortresses
10
11
11
-
The `-d` or `--difficulty` flag must be used to indicate the **difficulty** of obtaining the flag.
12
+
## Release Arena
12
13
13
-
## Active machine
14
+
If no flag is submitted, then the machine in **release arena** will be chosen. The machine in **release arena** can also be searched via the `-m` or `--machine` flag.
14
15
15
-
If there is no `--machine` or `--challenge` flag, submission will be made on the **current active machine**.
16
+
The `-d` or `--difficulty` flag must be used to indicate the **difficulty** of obtaining the flag.
16
17
17
18
```bash
18
19
htb-cli submit -d 3
19
20
```
20
21
21
-

22
+

22
23
23
-
## Find a machine
24
+
## Machine
24
25
25
26
A **machine name** can be specified to submit the flag for a specific machine. The `-m` or `--machine` option can be used for this.
26
27
28
+
The `-d` or `--difficulty` flag must be used to indicate the **difficulty** of obtaining the flag.
29
+
27
30
```bash
28
31
htb-cli submit -m Sau -d 3
29
32
```
@@ -32,10 +35,23 @@ htb-cli submit -m Sau -d 3
32
35
33
36
## Challenge
34
37
35
-
To **submit a challenge** flag, you can specify its name with the `-c` flag.
38
+
To **submit a challenge** flag, you can specify its name with the `-c` or `--challenge` flag.
39
+
40
+
The `-d` or `--difficulty` flag must be used to indicate the **difficulty** of obtaining the flag.
0 commit comments