Skip to content

bitc0de/HMV-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

HMV-cli

HMV-cli

It is a tool for the HackMyVM platform. With this tool you will be able to see the machines you have pending, filter by difficulty, download directly the machine you want and even send the flag.

Installation

Clone the repository and optionally add it to the path to be able to run it in any folder (very useful to download the machines in the folder you want).

git clone https://github.com/bitc0de/HMV-cli
cd HMV-cli
bash setup.sh # Adds username and password to hmvcli
sudo cp hmvcli /usr/bin #optional

Usage

First execute setup bash file or add your HMV username and password on lines 24 and 25.

See available machines, and filter by difficulty (easy, medium, hard, all)

hmvcli -m easy

Download a machine by name:

hmvcli -d Soul

Send the flag:

hmvcli -i flag -vm Soul

Contributing

Pull requests are welcome.


HMV-cli

HMV-cli

Es una herramienta para la plataforma HackMyVM. Con esta herramienta podrás ver las máquinas que tienes pendientes, filtrar por dificultad, descargar directamente la máquina que quieras e incluso enviar la flag.

Instalación

Clona el repositorio y opcionalmente añádelo al path para poder ejecutarlo en cualquier carpeta (muy útil para descargar las máquinas en la carpeta que quieras)

git clone https://github.com/bitc0de/HMV-cli
cd HMV-cli
bash setup.sh # Adds username and password to hmvcli
sudo cp hmvcli /usr/bin #optional

Uso

Primero ejecuta el archivo bash setup o añade tu usuario y contraseña de HMV en las lineas 24 y 25.

Visualiza las máquinas disponibles y filtra por dificultad (easy, medium, hard, all)

hmvcli -m easy

Descarga la máquina por nombre:

hmvcli -d Soul

Envía la flag:

hmvcli -i flag -vm Soul

Contribuir

Las pull requests son bien recibidas!

About

Tool for HackMyVM platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published