This is a walkthrough to the bandit wargame made by OverTheWire. It can be found on their website at https://overthewire.org/wargames/bandit Given Info: The password for the next level is stored in the file data.txt and is the only line of text that occurs only once The data.txt file in this level contains many lines of possible passwords, and every […]
Author: Drew
Wargame Walkthrough: Bandit level 7
This is a walkthrough to the bandit wargame made by OverTheWire. It can be found on their website at https://overthewire.org/wargames/bandit Given Info: The password for the next level is stored in the file data.txt next to the word millionth This level is pretty easy if you know what you’re doing. After logging in to the level […]
Wargame Walkthrough: Bandit level 6
This is a walkthrough to the bandit wargame made by OverTheWire. It can be found on their website at https://overthewire.org/wargames/bandit Given Info: The password for the next level is stored somewhere on the server and has all of the following properties: owned by user bandit7, owned by group bandit6, 33 bytes in size To find this […]
Wargame Walkthrough: Bandit Level 5
This is a walkthrough to the bandit wargame made by OverTheWire. It can be found on their website at https://overthewire.org/wargames/bandit Level 5 Given information: The password is in the inhere directory and is human-readable, 1033 bytes in size, and not executable. When we log into the level, we see a inhere directory, as to be expected. […]
Wargame Walkthrough: Bandit Level 4
This is a walkthrough to the bandit wargame made by OverTheWire. It can be found on their website at https://overthewire.org/wargames/bandit Level 4 Goals: find the password for the next level and log in as the next user (I should stop putting this because it is the same every time)Given information: The password is in the only […]
Wargame Walkthrough: Bandit Levels 2 and 3
This is a walkthrough to the bandit wargame made by OverTheWire. It can be found on their website at https://overthewire.org/wargames/bandit Level 2 Goals: find the password for the next level and log in as the next userGiven information: Password is in the “spaces in this filename” file After logging in (see Bandit level 1), we can […]
Command Line for Dummies
For this post I decided to go back to my roots and make a tutorial for baseline Linux terminal navigation and interaction. Enjoy!
How to Hack into a Windows 10 account
For this post I thought I’d do something a little different. Enjoy!
How to Install Kali Linux on a Virtual machine for Hacking or Pentesting
In order to do most hacking, one must have a machine running Kali Linux. Since most people don’t have a spare computer or Raspberry Pi lying around, I decided to make a tutorial on installing Kali Linux on a Virtual machine. First, you navigate in your browser to https://www.virtualbox.org/wiki/Downloads This site will have the software […]
Wargame Walkthrough: Bandit level 1
This is a walkthrough to the bandit wargame made by OverTheWire. It can be found on their website at https://overthewire.org/wargames/bandit