Skip to content

Releases: clubby789/htb-api

0.5.6

07 Mar 18:01
Compare
Choose a tag to compare

0.5.6

Added

  • A more comprehensive Content object to retrieve a user's created content
  • The ability to reset machines
  • Exceptions to handle problems during VPN switches

Fixed

  • Made the return value more consistent with Release Arena

0.5.5

27 Feb 18:06
960369e
Compare
Choose a tag to compare

0.5.5

Added

  • App tokens, allowing use of the API without credentials/OTP
  • Retrieving your 'to-do list' of machines

Development

  • Improved test coverage

0.5.4

21 Feb 19:06
Compare
Choose a tag to compare

0.5.4

Fixed

  • Improved loading speed of machine IPs

Development

  • Bumped dependency versions

0.5.3

13 Feb 20:49
aaaa4bd
Compare
Choose a tag to compare

0.5.3

Added

  • Add the 'remember me' option for long-lasting refresh tokens

Fixed

  • Correctly handle a failure to refresh authentication

0.5.2

22 Nov 22:22
Compare
Choose a tag to compare

[0.5.2] 22/11/2021

Fixed

  • Use the correct API endpoint for retrieving the current VPN server

0.5.1

27 Oct 20:18
71bff72
Compare
Choose a tag to compare

Fixed

  • Move to the new 'hackthebox.com' domain

0.5.0

26 Oct 21:00
Compare
Choose a tag to compare

[0.5.0] 26/10/2021

Added

  • Caching mechanism (docs)
  • Automatic prompting for details

Fixed

  • Handling some unusual API responses

0.4.4

24 Oct 20:17
Compare
Choose a tag to compare

Added

  • Added the ability to spawn machines (both release arena and not)
  • Added retrieving a machine's IP

0.4.3

24 Oct 12:35
Compare
Choose a tag to compare

Fixed

  • The API can return improperly padded base64 tokens. Manually pad them for some internal logic.

0.4.2

23 Oct 21:18
Compare
Choose a tag to compare

Added

  • Added the ability to list VPN servers
  • Added the ability to switch between and download VPN packs

Development

  • Fully mock the API for unit testing