[go: up one dir, main page]

Skip to content

Primer proyecto hecho en la academia Hack4u de Marcelo Vázquez (Aka. S4vitar) durante el curso de Introducción a Linux.

Notifications You must be signed in to change notification settings

Greco140/Buscador-de-maquinas-resueltas-por-s4vitar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

What is it?

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/

Example

Options

Use:

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

  • You should see something like this: Options

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"

  • Example: Options

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"

Options

About

Primer proyecto hecho en la academia Hack4u de Marcelo Vázquez (Aka. S4vitar) durante el curso de Introducción a Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages