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
This software, engineered using the Go programming language, serves to streamline and automate various tasks for the HackTheBox platform, enhancing user efficiency and productivity.
32
-
33
-
Usage:
34
-
htb-cli [command]
35
-
36
-
Available Commands:
37
-
active Catalogue of active machines
38
-
help Help about any command
39
-
info Showcase detailed machine information
40
-
reset Reset a machine
41
-
start Start a machine
42
-
status Displays the status of HackTheBox servers
43
-
stop Stop the current machine
44
-
submit Submit credentials (User and Root Flags)
45
-
46
-
Flags:
47
-
-h, --help help for htb-cli
48
-
-p, --proxy string Configure a URL for an HTTP proxy
49
-
-v, --verbose Verbose mode
50
-
51
-
Use "htb-cli [command] --help" for more information about a command.
52
-
```
35
+

53
36
54
37
## Start
55
38
56
-
```
57
-
❯ htb-cli start -m Blue
58
-
? The following machine was found : Blue Yes
59
-
Machine deployed to lab.
60
-
```
39
+

61
40
62
41
## Stop
63
42
64
-
```
65
-
❯ htb-cli stop
66
-
Machine terminated.
67
-
```
43
+

68
44
69
45
## Reset
70
46
71
-
```
72
-
❯ htb-cli reset
73
-
CozyHosting will be reset in 1 minute.
74
-
```
47
+

75
48
76
49
## Submit
77
50
78
-
This command allows to submit the user flag and the root flag of active and retired machines. The first argument is the flag and the second the difficulty /10.
Please report (suspected) security vulnerabilities to github@qu35t-mail.simplelogin.com. You will receive a response from us within 48 hours. If the issue is confirmed, we will release a patch as soon as possible depending on complexity.
0 commit comments