Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

37 lines (18 loc) · 1.36 KB

Wargame

A wargame is a game in which an environment is setup so you can learn and test your skills. The progression is sequential, you have to find your way through each steps and difficulty is going up as you move on.Here you start with a given user account and you have to either find the password of next level/user or directly by gaining his privileges.

This project was used for a dojo series around linux, shell and some security advices. Idea was for beginners to start learning and using these platforms and sensibilize them to security from sysadmin and developper points of view.

Installation

  • Install Vagrant and VirtualBox
  • Go to project root from command line
  • Run vagrant up
  • At the end of the setup process the virtual machine is ready and you can now connect using ssh on port 4242
  • Exemple: ssh -p 4242 pinky0@localhost

Pinky series

Goals: Wargame discovery, linux shell, permissions, file systèmes et simple command line utils

To start that serie you can connect with user pinky0 and password pinky0

Clyde series

Goals: Binary exploits and buffer overflows introduction

To start that serie you can connect with user clyde0 and password clyde0

Blinky series

Goals: Privileges excalation and advanced buffer overflows

To start that serie you can connect with user blinky0 and password blinky0