Skip to content

General purpose attack-defense range for zero-config deployment

License

Notifications You must be signed in to change notification settings

Blackslashtech/glitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glitch Range

Glitch Range

A general purpose attack-defense range for zero-config deployment

Usage

  1. Drop each service into a folder in the ./services directory. Each service must have a docker-compose.yml file that defines the service, or a deploy.sh which starts the service. (Services README).
  2. Drop each checker script in the ./checkers directory. Each checker directory must be named the same as the service it corresponds to. (Checkers README).
  3. Run cp sample.env .env and modify the .env as desired for all configuration options
  4. Run bash scripts/install.sh to install all dependancies.
  5. Run bash scripts/up.sh to start the range.
  6. Distribute the printed team links to each team, which will allow them to download the VPN configs and credentials.

To temporarily stop the range, run bash scripts/down.sh. To delete all data associated with the range, run bash scripts/clear.sh.

Warning

scripts/clear.sh runs a docker image and volume prune. This can have unintended consequences if you have other docker containers on the host system. Use with caution.

Connecting to the Range

Credentials for all services are printed to STDOUT during the range startup.

For local testing, you can get a shell inside the range environment with the command bash scripts/rangemaster.sh.

By default, frontend is at http://10.101.0.6:80 inside of the range and http://<server>:80 from outside the range.

As long as the SERVER_URL is properly set and port forwarding is enabled for UDP 51820, you can connect to the range from anywhere with the Wireguard client. Wireguard configs are stored in the .docker/vpn directory, or can be downloaded from the API at http://<server>:8000/vpn/<team_id>/wg<vpn_id>.conf. (i.e. http://api/vpn/1/wg1.conf)

Note

Team IDs, Service IDs, and VPN IDs are all 1-indexed. This is to avoid subnetting/IP confusion.

API Quickstart

By default, API is at http://10.101.0.2:80 inside the range and http://<server>:8000 from outside the range.

  • To get all targets, GET /hosts.
  • To get flag IDs, GET /flagids.
  • To submit a flag, POST /steal
  • To list scores, GET /scores
  • To list detailed scoring checks, GET /checks

For full API documentation, visit http://10.101.0.2/docs

Network

The range network is defined in docker-compose.yaml:

  • Range network: 10.100.0.0/15
    • Infrastructure subnet: 10.101.0.0/16
      • VPN Server: 10.101.0.1 (hostname vpn) - NAT Source for all traffic (players and checkers)
      • API: 10.101.0.2 (hostname api)
      • Docker Registry: 10.101.0.3 (hostname registry)
      • Rangemaster: 10.101.0.5 (hostname rangemaster) - For troubleshooting
      • Frontend: 10.101.0.6 (hostname frontend)
    • Team subnet: 10.100.<team_id>.0/24
      • Service host: 10.100.<team_id>.<service_id> (hostname team<team_id>-<service_name> - i.e. team1-web)
  • Internal network: 10.102.0.0/16
    • Ticker: 10.102.0.1 (hostname ticker)
    • API: 10.102.0.2 (hostname api)
    • DB: 10.102.0.3 (hostname db)
    • Rangemaster: 10.102.0.5 (hostname rangemaster)
    • Frontend: 10.102.0.6 (hostname frontend)
  • Checker network: 10.103.0.0/16
    • VPN Server: 10.103.1.1 (hostname vpn)
    • Ticker: 10.103.1.2 (hostname ticker)
    • Docker Registry: 10.103.1.3 (hostname registry)
    • Rangemaster: 10.103.1.5 (hostname rangemaster)
    • Checker: 10.103.2.<service_id (hostname checker-<service_name> - i.e. checker-web)

Service Archive

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This work may be freely used, modified, and distributed for non-commercial activites. Express permissions by Blackslash Technology Solutions is required for commercial use of this work (defined as any use, modification, deployment, or distribution of this work in exchange for payment, goods, or services).

Copyright 2024 Blackslash Technology Solutions. All rights reserved.

CC BY-NC-SA 4.0

About

General purpose attack-defense range for zero-config deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published