Skip to main content

A command line client and library to interact with the hackthebox.eu website

Project description

HTBClient

HTBClient is a python module and a command line clinet that interfaces with the hackthebox.eu via their REST API. Since their API doesn't appear to be complete there are features that are currently missing such as challenges. These will be added once they have REST endpoints but I have decided not to implement them now by scraping the site as I felt that would be too fragile and would add a significant amount of throw away code.

Overview Video

View a demonstration video on YouTube

Installation

There are several options for installation, i'll cover the common ones below.

Installation of the latest version in PyPi via pip

python3 -m pip install htbclient

Installation of the latest version in the github repository

python3 -m pip install git+https://github.com/BGrewell/HTBClient

Usage

HTBClient can be used as a stand-alone script or imported into your own project. An example of this is my htb-repo project which is a skeleton that I use to organize all the various challenges and boxes from hackthebox.eu. This repo works by having a basic folder layout to organize challenges and machines, then it uses the HTBClient to connect to the websites REST API and creates a folder for each machine that is found on the site but not on the file system, it also creates some metadata files and scripts to help with tracking and controlling the machines. To find out more about the htb-repo project click on this link to visit the repository.

Setting Username/Password

If you are using HTBClient as a module then you need to pass the username and password when you create your instance. When using HTBClient as a module it is recommended that you get your username and password from an environmental variable or some place other than hard-coding it in your source that way if you source is shared you do not accidentally publish your credentials as well.

when running the htb command from the terminal you should set your credentials as environmental variables then run the htb command as shown below

Example

export HTB_USER=bob@somewebsite.net
export HTB_PASS=2jli9z9e2l34jlz98890@skx9!2a&
htb <arguments>

Command Line Tool

The command line tool htb has the following options

--assigned          # Show your currently assigned machine
--list all          # Show all machines
--list todo         # Show machines in your todo list
--list spawned      # Show all machines that are currently running
--list active       # Show all machines that have not been retired
--list retired      # Show all machines that have been retired
--list owned        # Show all machines that you have gotten root and user on
--list roots        # Show all machines that you have gotten root on
--list users        # Show all machines that you have gotten user on
--list incomplete   # Show all machines that you have not yet owned
--start <machine>   # Start the specified machine
--stop              # Stop the machine assigned to you
--reset <machine>   # Restart the specified machine
--todo <machine>    # Toggle the specified machines todo status
--username <user>   # HTB Username (only needed if you don't use variables)
--password <pass>   # HTB Password (only needed if you don't use variables)

The command line tool is installed into the systems path as htb so you would execute the above commands as shown in the example below

list all machines

htb --list all

list owned machines

htb --list owned

start the box Ellingson

htb --start ellingson

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

HTBClient-0.4.0.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

HTBClient-0.4.0-py2.py3-none-any.whl (17.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file HTBClient-0.4.0.tar.gz.

File metadata

  • Download URL: HTBClient-0.4.0.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for HTBClient-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e2634e14c47ccdf2869fe34c3f77e6afa55e9097368828065e59e99e1dc867fc
MD5 97cbfb7d45a9083f08e77e6a9f2eec52
BLAKE2b-256 0a698d6c3f8f59dceb1a68b42dec5806f135b39b591485d26c6310a42c2adbe9

See more details on using hashes here.

File details

Details for the file HTBClient-0.4.0-py2.py3-none-any.whl.

File metadata

  • Download URL: HTBClient-0.4.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for HTBClient-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d43ac7b20cbbbb40006e031a0f9d2309a9345c9b78ed5fb8b4a39d630d503850
MD5 848e9b1e219559e77e8679919ead00f1
BLAKE2b-256 33a2155eb5dade77379fc00bb713945849ed544527f389d4d073fa7855be39c1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page