Skip to content

The fourth in a series of four machines, each pen-tested and explained.

Notifications You must be signed in to change notification settings

A-Mahla/Security-Pentest-Part-IV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security - Pentest - Part IV - Break the Box Override

mybadge

This virtual machine is provided by school 42 to improve security skills.

🔧 System Requirements:


Usage

  • To download RainFall.iso
    wget https://cdn.intra.42.fr/isos/OverRide.iso
  • Use a 64-bit virtual machine to run this iso.
  • Configure Host-only Adapter (or similar) to get the iso in local Network
  • SSH Port: 4242
    ssh -p 4242 level0X@<ip>

Overview

Contrary to general practice in CTF challenges, a detailed walkthrough to solve the challenge in interactive mode is provided in each level directory. The Goal is simple :

  • Get the level0X's password in the .pass file is located in the home directory of each corresponding user.
  • Login to the next level0X's account.
  • To begin, the first user is level00 and its password is level00
  • The last user is end.
level00@RainFall:~$ ./level00 $(exploit)
$ cat /home/user/level01/.pass
?????????????????????
$ exit
level0@RainFall:~$ su level01
Password:
level01@RainFall:~$ _

Summary

The userX password is stocked in file flag of user<X - 1>, if you want to connect directly to a user.

About

The fourth in a series of four machines, each pen-tested and explained.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published