Tool developed at Marcelo Vázquez's Hack4u Academy (Aka. S4vitar) during the Introduction to Linux course to search for machines solved on the Hack The Box platform by said professor. You can find the original website tool from S4vitar in the next link: htbmachines.github.io/
The first thing you should do is clone this repository with the following command:
git clone https://github.com/Greco140/Buscador-de-maquinas-resueltas-por-s4vitar.git
Once done, you can go to the folder with:
cd Buscador-de-maquinas-resueltas-por-s4vitar/
Now, give it permission to execute with:
chmod +x htbmachines.sh
Now start it with the following syntax:
./htbmachines.sh
Once this step is done, a menu like the one you can see in the image above will be displayed.
The first parameter you should use is "-u" and that's because before run the script, you need to install a file called "bundle.js", so now execute this:
./htbmachines.sh -u
The next thing is to re-execute the script with a menu parameter and the characters to search for, which would result in the following syntax:
./htbmachines.sh -parameter "Characters"
Additionally, you can search for a machine by difficulty and by operating system simultaneously using both parameters, looking as follows:
./htbmachines.sh -d "Characters" -o "Characters"