Skip to content

Info

The info command will retrieve information from the active machine (if any) and display it. If no argument is supplied, the logged-in user's information will be displayed.

htb-cli info

Info

htb-cli allows you to retrieve information from another player via the -s flag, which will specify the desired username.

htb-cli info -s 22sh

User Info

Information about a machine can also be retrieved with the -m flag followed by the machine name.

htb-cli info -m Bizness

Machine

Information about a challenge can also be displayed with the -c flag followed by the challenge name.

htb-cli info -c OOPArtDB

Challenge

Options can be combined to obtain user, machine and challenge information all at once, without having to re-run the command 3 times.

htb-cli info -c OOPArtDB -m Inject -u 22sh

Combine