Introduction
Last updated
Last updated
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 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
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:
Pull the LEKIR Docker image from the
Run the LEKIR Docker container
Access LEKIR through localhost:1337
in your web browser.
Login Credentials:
Username: admin
Password: password
System:
Develop using php 8
Apache
PHP function to enable
allow_url_include
allow_url_fopen
display_errors
Apache module to enable
gd
mysqli
pdo_mysql