Skip to content

facevedom/over-the-wire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😼 Over the Wire: Wargames

Build Status

My scripts to solve Wargames from Over the Wire.

Run the script, or pull/build and run the Docker container.

Sample

This is what output looks like

sample output

Requirements

  • When running the main script manually
    • Bash
    • Sshpass
  • When using Docker
    • Docker

Usage

Manually 🤘

cd 1-Bandit
chmod +x *.sh
./hack_away.sh

With Docker 🐋

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

About

Scripts to solve Wargames from Over the Wire

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published