Introduction

LEKIR is a deliberately vulnerable web application designed to serve multiple purposes within the realm of cybersecurity education and training. It provides a simulated environment where users, including security professionals, web developers, students, and instructors, can enhance their skills and understanding of web application security in a safe and controlled setting.

LEKIR Setup Guide:

1. GitHub - Source Code:

  • Clone the LEKIR repository from GitHub: LEKIR official website for the link.

  • Set up Apache, MySQL, and PHP on your local machine.

  • Import the provided SQL file (lekir.sql) into your MySQL database.

  • Configure the database credentials in the appropriate configuration file.

  • Access LEKIR through your web browser.

2. VMWare Image:

  • Download the VMWare image of LEKIR from the official website.

  • Import the VMWare image into your VMWare environment.

  • Start the virtual machine and follow any provided setup instructions.

  • Access LEKIR through the provided URL in your web browser.

3. Docker:

Login Credentials:

  • Username: admin

  • Password: password

System:

  • Develop using php 8

  • Apache

  • PHP function to enable

    1. allow_url_include

    2. allow_url_fopen

    3. display_errors

  • Apache module to enable

    1. gd

    2. mysqli

    3. pdo_mysql

Last updated