Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 749 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 749 Bytes

local_ctf_webpage

Capture the Flag website created during my internship in October 2023

Follow these steps to try the CTF:
  • Download XAMPP and install it.
  • Download the .zip file and extract.Copy the folder to htdocs in xampp folder of C drive.
  • Open XAMPP and start Apache and MySQL.
  • Open a browser and enter (http://localhost/phpmyadmin/)
  • Click on new->create a database with the name same as folder copied in the htdocs in C drive.
  • Make folder name and database name same.Import the sql file present in the folder.
  • Now you can use the webpage by entering (localhost/folder_name) on the browser.