// the find
s4vitar/htbExplorer
Cliente de terminal hecho en Bash ideal para trabajar cómodamente desde consola sobre la plataforma de HackTheBox.
A Bash terminal client for HackTheBox that wraps the HTB API to let you browse machines, spawn/reset them, download VPNs, and submit flags without leaving the terminal. Written in Spanish, aimed at HTB players who live in the shell. The README is entirely image-based screenshots with no code samples.
Covers the full HTB workflow you'd actually want in a terminal: machine listing, spawn/kill/reset, VPN download, flag submission, and ShoutBox reading in one tool. The IP-to-machine lookup is genuinely useful when you're mid-engagement and forgot the box name. CLI flags are consistent and memorable enough to use without checking help every time.
Abandoned since August 2021 — HTB has rewritten its API at least once since then, so there's a reasonable chance large chunks of this are silently broken against current endpoints. The API key is hardcoded into the script source, not read from an env var or config file, which is a bad habit to model. The repo is a single flat Bash script with no tests and no error handling visible in the README; when an API call fails you likely get a cryptic curl error. Documentation is entirely screenshots, which means you can't search it, copy commands from it, or read it in a text browser.