Capture the Flag website created during my internship in October 2023
- 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.