/otw

overthewire.org tooling, flags, and guides

Primary LanguageShell

otw

Tooling and solutions for OverTheWire war games.

Setup

  • Clone the repository and cd into it.
  • Run export PATH="$PWD/bin:$PATH".
  • (Optional) Run rm flags/* guides/* to delete flags and guides (solutions).

Example Usage (Linux)

  • flag bandit27 | xclip -selection clipboard: copies the flag for the machine bandit27 to the clipboard.
  • bandit 27: opens an SSH connection to bandit27@bandit.labs.overthewire.org.
  • echo "deadbeef" > flags/bandit34: writes the flag deadbeef to bandit34.