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
sudo cp HMV-cli/hmvcli /usr/bin #optional
Usage
First add your HMV username and password on lines 21 and 22.
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
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
sudo cp HMV-cli/hmvcli /usr/bin #optional
Uso
Primero añade tu usuario y contraseña de HMV en las lineas 21 y 22.
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!