Code Monkey home page Code Monkey logo

phrackctf-platform-personal's Introduction

PhrackCTF-Platform-Personal

This is the full version of phrackCTF-Platform including backend & frontend. This platform is for personal competition, user register as single person and take part in competition. Team version is here:https://github.com/zjlywjh001/PhrackCTF-Platform-Team
虽然我不能保证这是前端最炫的CTF平台,但我相信这会是后台功能最友好的CTF平台。

Based on Spring and SpringMVC framework.

Demo

See demo photos here http://photo.163.com/zjlywjh002/#m=1&aid=303094421&p=1

Techniques

Base Framework

spring & spring MVC

Database Connect Pool:

Alibaba Druid

SQL mapper framework

Mybatis

Security framework

Apache Shrio

Database

postgresql-9.5

FrontEnd

Bootstrap & jQuery

Notice

It's highly recommanded to use https when deploy this platform.
Before using :

  1. Install umeditor maven dependencies commons-fileupload-1.2.2.jar and ueditor-mini.jar in src/main/webapp/umeditor/jsp to local Maven repository:
    mvn install:install-file -Dfile=path_to_umeditor_mini_jar\ueditor-mini.jar -DgroupId=umeditor -DartifactId=ueditor-mini -Dversion=1.2.2 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
  2. Set mail server info in resources/spring-mail.xml because this platform using mail system to activate user.
  3. Set database information in system.properties
  4. Mail template in mail.properties
  5. Create a user and set column "role" to "admin" for setting a user as administrator.
  6. Important Security Issue!!! Change Cookie Encryption key in spring-shiro.xml before deployment.

Docker

The docker image for this project is available now.
See here: https://github.com/zjlywjh001/phrackCTF-Personal-Docker

License

Apache Public License v2.

phrackctf-platform-personal's People

Contributors

zjlywjh001 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.