There are currently three ways to access the wargames.

  1. roothack (Command line client)
  2. curl (Curl can be used to access the games if you prefer)

Requirements for all clients:

  1. Access Key
  2. Private Key
  3. SSH Public Key

roothack

Requirements:

  • Python 2.7 or 3.0
  • PyPi
  • Debian: Requires python-dev package "$ sudo apt-get install python-dev"

Install:

$ pip install http://files.roothack.org/clients/roothack-1.2.3b1.tar.gz

Update:

$ pip install http://files.roothack.org/clients/roothack-1.2.3b1.tar.gz --upgrade

Run:

$ roothack --help

curl

To get started use the following command. (There are hints provided along the way)

$ curl https://wargames.allthingsconnect.com/readme -k

Phr0st Wed Jun 1 01:53:25 2016