Skip to content

kavants/overthewire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 

Repository files navigation

OverTheWire: Bandit

OverTheWire is a wargame (cyber-security challenge or mind sport) using Linux CLI.

Bandit is one of the multi-level challenges that can be found on their site.

The challenges require you to uncover the password for the user for the next "level" (initially ssh as the user bandit0, uncover the password for bandit1, etc.)

I've completed all 32 (as of this push) challenges at this level and uploaded my answers as expect scripts.

Expect is a program that automates interactions. Instructions to install can be found here. For more information, see the man page here.

The scripts are not 100% straight forward and include the steps one would logically take to get to the answer. For example, there are instances where I would need to cat a file to get information. Of course, after the fact I would know the contents and could optimize the script a little better but I thought it was important to leave these in.

After completing an especially challenging one, I"ve decided to add comments to the scripts to detail my solutions and explain what the script is doing. If you're seeing this, I'm not done yet. :)

About

OverTheWire solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages