The project ' Bandit Ultimate ' is made with a understandable intention , which probably everyone faces while playing this wargame !!
Last time when you were playing Over The Wire's Bandit Wargame , for some reason you have to leave in the middle of the game at a specific level. When next time you try to continue you need the last level's password , which you were in !! So we have to do a google search everytime OR have to save the previous pass.
To simplify this task here is the CLI based program : Bandit Ultimate
> Bandit Ultimate is a tool made in Python that allows you to login into any level of Bandit with the help of this tool .
Do Fair Play Buddy , Dont Cheat !!
Note : Bandit Ultimate is made with intention to login in the bandit level you left . This makes the login process easy , saving time . Now invest this time in learning and solving the bandit levels - increasing your skills !!
This Program is initially made for Linux operating systems !
Python 3 : Release Docs , Operating System supported list ;
**Python 3+ supports **
-
Linux
-
Windows
-
Mac
-
Android
For andorid, you need to download Termux or similar app , install requirements and run the python script !!
> Install the following packages :
- git
- python3
- pip
- pyperclip
- ssh / dropbear
Linux Commands to install above noted packages !
Debian / Ubuntu
sudo apt-get install git
sudo apt-get install python3
sudo apt-get install pip
sudo apt-get install dropbear
sudo apt-get install ssh
sudo pip install pyperclip
Follow the instructions for setting up the tool !!
Install the Requirements , before following this.
git clone https://github.com/s41r4j/BanditUltimate
cd BanditUltimate
Usage
python3 BanditUltimate.py
Official YouTube video : Bandit Ultimate
Check out the video if your not getting steps mentioned !!
See the playlist here : Enumerating Bandit
Check out Release Notes .
Source code is available in release notes.