Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 820 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 820 Bytes

IUCTF

A ctf platform for everyone.

Why We did this ?

Because

  • We wanted to do something about cyber security.
  • We wanted something with codeigniter 4 (Because codeigniter 4 awesome)
  • Just for fun :)

If you like our project, please ...

  • Create pull request.
  • Share with your friends.

If you don't like or hate

  • Feel free not to use it.
  • Or show us how to do it better.

Installation

First steps:

$ git clone https://gitlab.com/iucyber/iuctf.git
$ cd iuctf
$ composer install

You must install these php extensions. These extensions need for codeigniter 4.

php-curl
php-zip
php-intl
php7.3-mbstring
php-xml

Now, serve this project via spark.

$ php spark serve

Go to http://localhost:8080/install and then finish installation.

LICENSE

This Project under MIT license.