dreamhack-cli icon indicating copy to clipboard operation
dreamhack-cli copied to clipboard

명령어 한줄로 드림핵 문제 다운과 도커 실행을 동시에!

dreamhack-cli

dreamhack-cli는 드림핵 문제 풀이 환경을 더 쉽고 간편하게 설정하는 툴입니다.

2025년 11월까진 개발자의 개인사정으로 유지보수가 불가능합니다

Alt text

how to use?

  1. install package
npm install -g dreamhack-cli
  1. config user information
dh config --email=<email> --password=<password>
  1. create wargame
dh create https://dreamhack.io/wargame/challenges/1081 -d

help

Usage: dh <command> [options]

Commands:
  dh config                        Configure user information
    --email=<email>
    --password=<password>  
  dh create <wargame_link>         Download wargame
    -d --docker                    Build docker image and run container
  dh vm <wargame_link>
    -c --create                    Create VM
    -g --get                       Get VM Info
    -d --delete                    Delete VM
  dh submit <wargame_link>         Submit flag
    --flag=<flag>
  dh help                          Display help for command