My scripts to solve Wargames from Over the Wire.
Run the script, or pull/build and run the Docker container.
This is what output looks like
- When running the main script manually
- Bash
- Sshpass
- When using Docker
- Docker
cd 1-Bandit
chmod +x *.sh
./hack_away.sh
You have two alternatives:
- Pulling public pre-built image
docker pull facevedom/over-the-wire- Building from Dockerfile
docker build -t facevedom/over-the-wire .Then, simply run the container
docker run facevedom/over-the-wire