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.
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
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
Pull requests are welcome.
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.
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
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
Las pull requests son bien recibidas!