Command line client for HTB

Hello everyone.

I recently pushed some updates to my small CLI client for Hackthebox. Its a wrapper over the htb module by kulinacs. At the moment it can:

  • list machines
  • submit flags
  • change your VPN server
  • view some stats

Here’s the link: GitHub - Gr3atWh173/htb-cli: interact with HackTheBox from your terminal

Let me know if you have any feedback, feature requests, etc.

Wow nice! I was just looking for something like this. Thanks man, really appreciate your effort. It would be awesome if you can turn on a machine with it.

@cyc115 said:

Wow nice! I was just looking for something like this. Thanks man, really appreciate your effort. It would be awesome if you can turn on a machine with it.

Thanks! It would be cool to be able to reset a machine with this. I’ll try to implement that.

EDIT: done!