Tooling and solutions for OverTheWire war games.
- Clone the repository and
cd
into it. - Run
export PATH="$PWD/bin:$PATH"
. - (Optional) Run
rm flags/* guides/*
to delete flags and guides (solutions).
flag bandit27 | xclip -selection clipboard
: copies the flag for the machinebandit27
to the clipboard.bandit 27
: opens an SSH connection to bandit27@bandit.labs.overthewire.org.echo "deadbeef" > flags/bandit34
: writes the flagdeadbeef
tobandit34
.